Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.h1260 enum Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }; enumerator
1263 return (type == INTPTR) ? kPointerSize : kDoubleSize; in size()
1290 return AddEntry(entry, ConstantPoolEntry::INTPTR); in AddEntry()
1303 return info_[ConstantPoolEntry::INTPTR].entries.empty() && in IsEmpty()
1304 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
Dassembler.cc1790 info_[ConstantPoolEntry::INTPTR].entries.reserve(64); in ConstantPoolBuilder()
1791 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
1804 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess()
1809 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess()
1816 DCHECK(type == ConstantPoolEntry::INTPTR); in NextAccess()
1973 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit()
1979 if (info_[ConstantPoolEntry::INTPTR].overflow()) { in Emit()
1981 ConstantPoolEntry::INTPTR); in Emit()
/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.h124 pc_, constant_pool, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
453 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at()
631 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
Dassembler-ppc.h1294 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.h1528 return constant_pool_builder_.NextAccess(ConstantPoolEntry::INTPTR) == in ConstantPoolAccessIsInOverflow()