Home
last modified time | relevance | path

Searched refs:INTPTR (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dassembler.cc1637 info_[ConstantPoolEntry::INTPTR].entries.reserve(64); in ConstantPoolBuilder()
1638 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
1651 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess()
1656 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess()
1663 DCHECK(type == ConstantPoolEntry::INTPTR); in NextAccess()
1820 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit()
1826 if (info_[ConstantPoolEntry::INTPTR].overflow()) { in Emit()
1828 ConstantPoolEntry::INTPTR); in Emit()
Dassembler.h1201 enum Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }; enumerator
1204 return (type == INTPTR) ? kPointerSize : kDoubleSize; in size()
1231 return AddEntry(entry, ConstantPoolEntry::INTPTR); in AddEntry()
1244 return info_[ConstantPoolEntry::INTPTR].entries.empty() && in IsEmpty()
1245 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
/external/llvm/test/DebugInfo/X86/
Dtemplate.ll27 ; CHECK-NEXT: DW_AT_type{{.*}}=> {[[INTPTR:0x[0-9a-f]*]]}
55 ; CHECK: [[INTPTR]]:{{ *}}DW_TAG_pointer_type
/external/v8/src/ppc/
Dassembler-ppc-inl.h125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
489 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at()
667 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
Dassembler-ppc.h1283 return constant_pool_builder_.NextAccess(ConstantPoolEntry::INTPTR) == in ConstantPoolAccessIsInOverflow()
/external/v8/test/cctest/
Dtest-constantpool.cc14 const ConstantPoolEntry::Type kPtrType = ConstantPoolEntry::INTPTR;
/external/v8/src/arm/
Dassembler-arm.h1462 return constant_pool_builder_.NextAccess(ConstantPoolEntry::INTPTR) == in ConstantPoolAccessIsInOverflow()