Home
last modified time | relevance | path

Searched refs:prevPc (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h61 static size_t GetJumpSizeAfterCall(const uint8_t *prevPc);
H A Dinterpreter_assembly.h43 static inline size_t GetJumpSizeAfterCall(const uint8_t *prevPc);
H A Dinterpreter-inl.cpp7887 size_t EcmaInterpreter::GetJumpSizeAfterCall(const uint8_t *prevPc) in GetJumpSizeAfterCall() argument
7889 auto op = BytecodeInstruction(prevPc).GetOpcode(); in GetJumpSizeAfterCall()
H A Dinterpreter_assembly.cpp7960 inline size_t InterpreterAssembly::GetJumpSizeAfterCall(const uint8_t *prevPc)
7962 auto op = BytecodeInstruction(prevPc).GetOpcode();
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp139 auto prevPc = iterator.Index(); in ComputeLiveOut() local
140 changed |= MergeIntoPredBC(prevPc); in ComputeLiveOut()
H A Dinterpreter_stub.cpp322 GateRef prevPc = GetPcFromFrame(prevFrame); \
323 Branch(IntPtrEqual(prevPc, IntPtr(0)), &resumeRspAndReturn, &resumeRspAndDispatch); \
339 {glue, sp, prevPc, prevConstpool, prevProfileTypeInfo, *varRetVal, \

Completed in 42 milliseconds