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

/external/freetype/src/pshinter/
H A Dpshrec.h132 PS_Hint_Type hint_type; member in struct:PS_HintsRec_
/external/v8/src/compiler/
H A Dregister-allocator.h255 UsePositionHintType hint_type);
276 UsePositionHintType hint_type() const { function in class:v8::internal::compiler::final
284 return hint_type() != UsePositionHintType::kUnresolved;
946 void* hint, UsePositionHintType hint_type);
953 void* hint, UsePositionHintType hint_type);
959 UsePositionHintType hint_type);
H A Dregister-allocator.cc263 void* hint, UsePositionHintType hint_type)
265 DCHECK_IMPLIES(hint == nullptr, hint_type == UsePositionHintType::kNone);
279 flags_ = TypeField::encode(type) | HintTypeField::encode(hint_type) |
1985 UsePositionHintType hint_type) {
1986 return new (allocation_zone()) UsePosition(pos, operand, hint, hint_type);
1992 UsePositionHintType hint_type) {
2006 NewUsePosition(position, unalloc_operand, hint, hint_type);
2015 UsePositionHintType hint_type) {
2021 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type);
2184 UsePositionHintType hint_type local
262 UsePosition(LifetimePosition pos, InstructionOperand* operand, void* hint, UsePositionHintType hint_type) argument
1982 NewUsePosition(LifetimePosition pos, InstructionOperand* operand, void* hint, UsePositionHintType hint_type) argument
1990 Define(LifetimePosition position, InstructionOperand* operand, void* hint, UsePositionHintType hint_type) argument
2012 Use(LifetimePosition block_start, LifetimePosition position, InstructionOperand* operand, void* hint, UsePositionHintType hint_type) argument
[all...]

Completed in 350 milliseconds