Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_helper.h58 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
79 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/
Djsvaluerefislist_fuzzer.cpp70 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
91 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/
Djsvaluerefishashmap_fuzzer.cpp51 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
72 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
Djsvaluerefislinkedlist_fuzzer.cpp70 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
91 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/
Djsvaluerefishashset_fuzzer.cpp69 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
90 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/
Djsvaluerefisplainarray_fuzzer.cpp70 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
91 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
Djsvaluerefislinkedlistiterator_fuzzer.cpp75 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
96 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 NewRuntimeCallInfoBase()
Dframe_handler.cpp336 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in IterateEcmaRuntimeCallInfo()
352 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in Iterate()
Dinterpreter-inl.h213 sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); \
622 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in ExecuteNative()
671 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute()
787 JSTaggedType *currentSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in GeneratorReEnterInterpreter()
7508 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()
Dinterpreter_assembly.cpp207 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()
250 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in Execute()
275 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
Djsvaluerefislightweightmapandset_fuzzer.cpp69 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
90 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
/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/ecmascript/
Djs_thread.cpp158 return GetCurrentSPFrame(); in GetCurrentFrame()
175 return GetCurrentSPFrame(); in GetCurrentInterpretedFrame()
704 context->SetFramePointers(const_cast<JSTaggedType *>(GetCurrentSPFrame()), in PushContext()
732 glueData_.currentContext_->SetFramePointers(const_cast<JSTaggedType *>(GetCurrentSPFrame()), in SwitchCurrentContext()
Decma_macros.h407 FrameIterator it(const_cast<JSTaggedType *>((thread)->GetCurrentSPFrame()), (thread)); \
Djs_thread.h125 const JSTaggedType *GetCurrentSPFrame() const in GetCurrentSPFrame() function
Djs_function.cpp560 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in ConstructInternal()
Dobject_factory.cpp929 auto sp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in NewJSError()
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/
Dcontainerslistget_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/containerslistgetiteratorobj_fuzzer/
Dcontainerslistgetiteratorobj_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/ecmascript/deoptimizer/
Ddeoptimizer.cpp32 JSTaggedType *prevSp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in FrameWriter()