Home | History | Annotate | Download | only in jit

Lines Matching refs:stack

82       LOG(FATAL) << "Method on stack replacement threshold is above its internal limit.";
378 extern "C" void art_quick_osr_stub(void** stack,
400 // Don't attempt to do an OSR if we are close to the stack limit. Since
401 // the interpreter frames are still on stack, OSR has the potential
402 // to stack overflow even for a simple loop.
439 // Find stack map starting at the target dex_pc.
442 // There is no OSR stack map for this dex pc offset. Just return to the interpreter in the
454 // We found a stack map, now fill the frame with dex register values from the interpreter's
462 // stack.
469 // Art ABI: ArtMethod is at the bottom of the stack.