Home
last modified time | relevance | path

Searched refs:OVERFLOWED (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc25 if (info.overflow()) return ConstantPoolEntry::OVERFLOWED; in NextAccess()
39 return ConstantPoolEntry::OVERFLOWED; in NextAccess()
44 return ConstantPoolEntry::OVERFLOWED; in NextAccess()
147 DCHECK(access == ConstantPoolEntry::OVERFLOWED); in EmitGroup()
174 DCHECK(entry_access == ConstantPoolEntry::OVERFLOWED || in EmitGroup()
199 EmitGroup(assm, ConstantPoolEntry::OVERFLOWED, in Emit()
203 EmitGroup(assm, ConstantPoolEntry::OVERFLOWED, in Emit()
H A Dconstant-pool.h69 enum Access { REGULAR, OVERFLOWED }; enumerator
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h311 // 2) OVERFLOWED access:
327 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadStart()
348 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadEnd()
357 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in GetConstantPoolOffset()
379 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in PatchConstantPoolAccessInstruction()
H A Dassembler-ppc.cc1337 if (access == ConstantPoolEntry::OVERFLOWED) { in mov()
1344 if (access == ConstantPoolEntry::OVERFLOWED) { in mov()
H A Dassembler-ppc.h1314 ConstantPoolEntry::OVERFLOWED; in ConstantPoolAccessIsInOverflow()
H A Dmacro-assembler-ppc.cc2440 if (access == ConstantPoolEntry::OVERFLOWED) { in CallRecordWriteStub()
/third_party/python/Objects/
H A Dframeobject.c161 #define OVERFLOWED -1 macro
172 return OVERFLOWED; in push_value()
251 else if (stack == OVERFLOWED) {
252 printf("OVERFLOWED");
527 if (to_stack == OVERFLOWED) { in explain_incompatible_stack()
738 int64_t best_stack = OVERFLOWED; in frame_setlineno()
754 if (start_stack == OVERFLOWED) { in frame_setlineno()

Completed in 18 milliseconds