HasHint() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | |
HasOperand() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
hint_type() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
HintRegister(int *register_code) const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | |
HintTypeForOperand(const InstructionOperand &op) (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | static |
IsResolved() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
next() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
operand() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
pos() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
RegisterIsBeneficial() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
ResolveHint(UsePosition *use_pos) (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | |
set_assigned_register(int register_code) (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
set_next(UsePosition *next) (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
set_type(UsePositionType type, bool register_beneficial) (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | |
SetHint(UsePosition *use_pos) (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | |
type() const (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | inline |
UsePosition(LifetimePosition pos, InstructionOperand *operand, void *hint, UsePositionHintType hint_type) (defined in v8::internal::compiler::UsePosition) | v8::internal::compiler::UsePosition | |