Home
last modified time | relevance | path

Searched refs:GetCurrentSPFrame (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_helper.h57 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
78 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.h250 …explicit StackAssertScope(JSThread *thread) : thread_(thread), oldSp_(thread->GetCurrentSPFrame())… in StackAssertScope()
255 DASSERT_PRINT(oldSp_ == thread_->GetCurrentSPFrame(), in ~StackAssertScope()
Dinterpreter.cpp43 JSTaggedType *prevSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in NewRuntimeCallInfo()
Dframe_handler.cpp336 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in IterateEcmaRuntimeCallInfo()
352 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in Iterate()
Dinterpreter-inl.h205 sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); \
601 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in ExecuteNative()
648 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute()
755 JSTaggedType *currentSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in GeneratorReEnterInterpreter()
7227 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()
Dinterpreter_assembly.cpp204 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()
247 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in Execute()
261 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp153 return GetCurrentSPFrame(); in GetCurrentFrame()
170 return GetCurrentSPFrame(); in GetCurrentInterpretedFrame()
601 context->SetFramePointers(const_cast<JSTaggedType *>(GetCurrentSPFrame()), in PushContext()
631 currentContext_->SetFramePointers(const_cast<JSTaggedType *>(GetCurrentSPFrame()), in SwitchCurrentContext()
Decma_macros.h370 FrameIterator it(const_cast<JSTaggedType *>((thread)->GetCurrentSPFrame()), (thread)); \
Djs_thread.h234 const JSTaggedType *GetCurrentSPFrame() const in GetCurrentSPFrame() function
Djs_function.cpp448 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in ConstructInternal()
Dobject_factory.cpp856 auto sp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in NewJSError()
/arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/
Dcontainerslistconverttoarray_fuzzer.cpp57 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/
Dcontainerslistequal_fuzzer.cpp55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/
Dcontainerslistlength_fuzzer.cpp55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/
Dcontainerslistgetiteratorobj_fuzzer.cpp55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/
Dcontainerslistgetsublist_fuzzer.cpp55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/
Dcontainerslistget_fuzzer.cpp55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp136 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in DropLastFrame()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp32 JSTaggedType *prevSp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in FrameWriter()