Home
last modified time | relevance | path

Searched refs:curSp (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp630 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in ConstructInternal() local
631 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in ConstructInternal()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter_assembly.cpp242 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in Execute() local
243 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in Execute()

Completed in 11 milliseconds