Home
last modified time | relevance | path

Searched refs:OVERFLOWED (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ppc/
Dassembler-ppc-inl.h162 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in target_address_from_return_address()
175 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in return_address_from_call_start()
543 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadStart()
565 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadEnd()
575 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in GetConstantPoolOffset()
598 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in PatchConstantPoolAccessInstruction()
Dassembler-ppc.cc1600 if (access == ConstantPoolEntry::OVERFLOWED) { in mov()
1607 if (access == ConstantPoolEntry::OVERFLOWED) { in mov()
Dassembler-ppc.h1284 ConstantPoolEntry::OVERFLOWED; in ConstantPoolAccessIsInOverflow()
Dmacro-assembler-ppc.cc3453 if (access == ConstantPoolEntry::OVERFLOWED) { in LoadDoubleLiteral()
/external/v8/src/
Dassembler.cc1647 if (info.overflow()) return ConstantPoolEntry::OVERFLOWED; in NextAccess()
1660 return ConstantPoolEntry::OVERFLOWED; in NextAccess()
1665 return ConstantPoolEntry::OVERFLOWED; in NextAccess()
1770 DCHECK(access == ConstantPoolEntry::OVERFLOWED); in EmitGroup()
1797 DCHECK(entry_access == ConstantPoolEntry::OVERFLOWED || in EmitGroup()
1823 EmitGroup(assm, ConstantPoolEntry::OVERFLOWED, in Emit()
1827 EmitGroup(assm, ConstantPoolEntry::OVERFLOWED, in Emit()
Dassembler.h1207 enum Access { REGULAR, OVERFLOWED }; enumerator
/external/v8/test/cctest/
Dtest-constantpool.cc17 const ConstantPoolEntry::Access kOvflAccess = ConstantPoolEntry::OVERFLOWED;
/external/v8/src/arm/
Dassembler-arm.cc1158 if (access == ConstantPoolEntry::OVERFLOWED) { in move_32_bit_immediate()
2627 if (access == ConstantPoolEntry::OVERFLOWED) { in vmov()
4065 if (access == ConstantPoolEntry::OVERFLOWED) { in PatchConstantPoolAccessInstruction()
Dassembler-arm.h1463 ConstantPoolEntry::OVERFLOWED; in ConstantPoolAccessIsInOverflow()