Searched defs:UsePositionHintType (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.h235 enum class UsePositionHintType : uint8_t { class in namespace:v8::internal::compiler
255 UsePositionHintType hint_type);
276 UsePositionHintType hint_type() const {
284 return hint_type() != UsePositionHintType::kUnresolved;
286 static UsePositionHintType HintTypeForOperand(const InstructionOperand& op);
290 typedef BitField<UsePositionHintType, 2, 3> HintTypeField;
946 void* hint, UsePositionHintType hint_type);
948 return NewUsePosition(pos, nullptr, nullptr, UsePositionHintType::kNone);
953 void* hint, UsePositionHintType hint_type);
955 Define(position, operand, nullptr, UsePositionHintType
[all...]

Completed in 113 milliseconds