Home
last modified time | relevance | path

Searched defs:entryState (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp59 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(newSp); in NewRuntimeCallInfoBase() local
119 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(currentSp); in ReBuildRuntimeCallInfo() local
Dinterpreter-inl.cpp624 InterpretedEntryFrame *entryState = GET_ENTRY_FRAME(sp); in ExecuteNative() local
749 InterpretedEntryFrame *entryState = GET_ENTRY_FRAME(sp); in Execute() local
Dinterpreter_assembly.cpp197 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(prevSp); in InitStackFrameForSP() local
241 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in Execute() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp666 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp561 GateRef entryState = liveContext_->currentState_; in MergeStateDepend() local