Searched refs:INTPTR (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.h | 63 enum Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }; enumerator 66 return (type == INTPTR) ? kSystemPointerSize : kDoubleSize; in size() 105 return AddEntry(&entry, ConstantPoolEntry::INTPTR); in AddEntry() 123 return info_[ConstantPoolEntry::INTPTR].entries.empty() && in IsEmpty() 124 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
|
H A D | constant-pool.cc | 16 info_[ConstantPoolEntry::INTPTR].entries.reserve(64); in ConstantPoolBuilder() 17 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder() 29 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess() 34 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess() 42 DCHECK(type == ConstantPoolEntry::INTPTR); in NextAccess() 196 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit() 202 if (info_[ConstantPoolEntry::INTPTR].overflow()) { in Emit() 204 ConstantPoolEntry::INTPTR); in Emit()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc-inl.h | 116 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address() 275 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at() 450 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
|
H A D | assembler-ppc.h | 1313 return constant_pool_builder_.NextAccess(ConstantPoolEntry::INTPTR) == in ConstantPoolAccessIsInOverflow()
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | predef.c | 30 TEST_SMAX(INTPTR, __INTPTR_TYPE__); in test()
|
Completed in 6 milliseconds