Searched refs:hint_type (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.h | 250 UsePositionHintType hint_type); 271 UsePositionHintType hint_type() const { in hint_type() function 278 return hint_type() != UsePositionHintType::kUnresolved; in IsResolved() 920 void* hint, UsePositionHintType hint_type); 927 void* hint, UsePositionHintType hint_type); 933 UsePositionHintType hint_type);
|
D | register-allocator.cc | 118 void* hint, UsePositionHintType hint_type) in UsePosition() argument 120 DCHECK_IMPLIES(hint == nullptr, hint_type == UsePositionHintType::kNone); in UsePosition() 134 flags_ = TypeField::encode(type) | HintTypeField::encode(hint_type) | in UsePosition() 1853 UsePositionHintType hint_type) { in NewUsePosition() argument 1854 return new (allocation_zone()) UsePosition(pos, operand, hint, hint_type); in NewUsePosition() 1860 UsePositionHintType hint_type) { in Define() argument 1874 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define() 1883 UsePositionHintType hint_type) { in Use() argument 1889 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use() 2018 UsePositionHintType hint_type = UsePosition::HintTypeForOperand(to); in ProcessInstructions() local [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
D | pshrec.c | 829 PS_Hint_Type hint_type ) in ps_hints_open() argument 832 hints->hint_type = hint_type; in ps_hints_open() 915 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1stem3() 963 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1reset()
|
D | pshrec.h | 132 PS_Hint_Type hint_type; member
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 829 PS_Hint_Type hint_type ) in ps_hints_open() argument 832 hints->hint_type = hint_type; in ps_hints_open() 915 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1stem3() 963 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1reset()
|
D | pshrec.h | 132 PS_Hint_Type hint_type; member
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshrec.c | 829 PS_Hint_Type hint_type ) in ps_hints_open() argument 832 hints->hint_type = hint_type; in ps_hints_open() 915 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1stem3() 963 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1reset()
|
D | pshrec.h | 132 PS_Hint_Type hint_type; member
|