Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp60 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(newSp); in NewRuntimeCallInfo() local
103 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(currentSp); in ReBuildRuntimeCallInfo() local
Dinterpreter-inl.h620 InterpretedEntryFrame *entryState = GET_ENTRY_FRAME(sp); in ExecuteNative() local
734 InterpretedEntryFrame *entryState = GET_ENTRY_FRAME(sp); in Execute() local
Dinterpreter_assembly.cpp214 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(prevSp); in InitStackFrameForSP() local
248 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in Execute() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp449 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in ConstructInternal() local