Searched refs:INTPTR (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/codegen/ |
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()
|
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()
|
/external/v8/src/codegen/ppc/ |
D | assembler-ppc-inl.h | 118 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address() 280 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at() 455 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
|
D | assembler-ppc.h | 1189 return constant_pool_builder_.NextAccess(ConstantPoolEntry::INTPTR) == in ConstantPoolAccessIsInOverflow()
|
/external/llvm/test/DebugInfo/X86/ |
D | template.ll | 27 ; CHECK-NEXT: DW_AT_type{{.*}}=> {[[INTPTR:0x[0-9a-f]*]]} 55 ; CHECK: [[INTPTR]]:{{ *}}DW_TAG_pointer_type
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | template.ll | 27 ; CHECK-NEXT: DW_AT_type{{.*}}=> {[[INTPTR:0x[0-9a-f]*]]} 55 ; CHECK: [[INTPTR]]:{{ *}}DW_TAG_pointer_type
|