Home
last modified time | relevance | path

Searched refs:entryState (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.cpp59 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(newSp); in NewRuntimeCallInfoBase() local
60 entryState->base.type = FrameType::INTERPRETER_ENTRY_FRAME; in NewRuntimeCallInfoBase()
61 entryState->base.prev = prevSp; in NewRuntimeCallInfoBase()
62 entryState->pc = nullptr; in NewRuntimeCallInfoBase()
119 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(currentSp); in ReBuildRuntimeCallInfo() local
120 entryState->base.type = FrameType::INTERPRETER_ENTRY_FRAME; in ReBuildRuntimeCallInfo()
121 entryState->base.prev = prevSp; in ReBuildRuntimeCallInfo()
122 entryState->pc = nullptr; in ReBuildRuntimeCallInfo()
H A Dinterpreter_assembly.cpp202 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(prevSp); in InitStackFrameForSP() local
203 entryState->base.type = FrameType::INTERPRETER_ENTRY_FRAME; in InitStackFrameForSP()
204 entryState->base.prev = nullptr; in InitStackFrameForSP()
205 entryState->pc = nullptr; in InitStackFrameForSP()
243 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in Execute() local
244 JSTaggedType *prevSp = entryState->base.prev; in Execute()
H A Dinterpreter-inl.cpp634 InterpretedEntryFrame *entryState = GET_ENTRY_FRAME(sp); in ExecuteNative() local
635 JSTaggedType *prevSp = entryState->base.prev; in ExecuteNative()
759 InterpretedEntryFrame *entryState = GET_ENTRY_FRAME(sp); in Execute() local
760 JSTaggedType *prevSp = entryState->base.prev; in Execute()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp555 GateRef entryState = liveContext_->currentState_; in MergeStateDepend() local
572 entryState = circuit_->NewGate(circuit_->LoopBack(), { entryState }); in MergeStateDepend()
575 acc_.NewIn(mergeInfo.state, mergeInfo.index, entryState); in MergeStateDepend()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp631 InterpretedEntryFrame *entryState = InterpretedEntryFrame::GetFrameFromSp(curSp); in ConstructInternal() local
632 JSTaggedType *prevSp = entryState->base.prev; in ConstructInternal()

Completed in 29 milliseconds