Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.cc161 if (info.overflow()) return ConstantPoolEntry::OVERFLOWED; in NextAccess()
174 return ConstantPoolEntry::OVERFLOWED; in NextAccess()
179 return ConstantPoolEntry::OVERFLOWED; in NextAccess()
281 DCHECK(access == ConstantPoolEntry::OVERFLOWED); in EmitGroup()
308 DCHECK(entry_access == ConstantPoolEntry::OVERFLOWED || in EmitGroup()
333 EmitGroup(assm, ConstantPoolEntry::OVERFLOWED, in Emit()
337 EmitGroup(assm, ConstantPoolEntry::OVERFLOWED, in Emit()
Dassembler.h477 enum Access { REGULAR, OVERFLOWED }; enumerator
/external/v8/src/ppc/
Dassembler-ppc-inl.h144 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in target_address_from_return_address()
157 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in return_address_from_call_start()
329 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadStart()
351 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadEnd()
361 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in GetConstantPoolOffset()
384 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in PatchConstantPoolAccessInstruction()
Dassembler-ppc.cc1339 if (access == ConstantPoolEntry::OVERFLOWED) { in mov()
1346 if (access == ConstantPoolEntry::OVERFLOWED) { in mov()
Dassembler-ppc.h1428 ConstantPoolEntry::OVERFLOWED; in ConstantPoolAccessIsInOverflow()
Dmacro-assembler-ppc.cc2070 if (access == ConstantPoolEntry::OVERFLOWED) { in LoadDoubleLiteral()