Lines Matching full:pc
25 3. create StateStamp(in compile time) for this address(np - native pc)
32 The function `Deoptimize` calculates bitecode pc where we should start executing code in the interp…
46 DeoptimizeAfterIFrame(thread, pc, iframe, cframe, last_iframe);
48 DeoptimizeAfterCFrame(thread, pc, iframe, cframe, last_iframe);
69 * bytecode pc of the entry
92 * bytecode pc of the entry
96 …compiled_frame_`(saves false) fields in the thread register and calls interpreter from bytecode pc.
97 … inlined method, we call interpreter for all inlined methods from bytecode pc which is taken from …
103 int64_t InvokeInterpreter(ManagedThread* thread, const uint8_t* pc, Frame* frame, Frame* last_frame…
107 interpreter::Execute(thread, pc, frame, thread->HasPendingException());
117 pc = GetPcFromFrame(frame);
119 interpreter::Execute(thread, pc, frame, thread->HasPendingException());