Home
last modified time | relevance | path

Searched defs:prevPc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp138 auto prevPc = iterator.Index(); in ComputeLiveOut() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7956 size_t EcmaInterpreter::GetJumpSizeAfterCall(const uint8_t *prevPc) in GetJumpSizeAfterCall()
Dinterpreter_assembly.cpp8030 inline size_t InterpreterAssembly::GetJumpSizeAfterCall(const uint8_t *prevPc) in GetJumpSizeAfterCall()