| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | test_helper.h | 58 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/ |
| D | jsvaluerefislist_fuzzer.cpp | 70 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/ |
| D | jsvaluerefishashmap_fuzzer.cpp | 51 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/ |
| D | jsvaluerefislinkedlist_fuzzer.cpp | 70 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/ |
| D | jsvaluerefishashset_fuzzer.cpp | 69 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/ |
| D | jsvaluerefisplainarray_fuzzer.cpp | 70 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/ |
| D | jsvaluerefislinkedlistiterator_fuzzer.cpp | 75 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo() 96 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.h | 250 …explicit StackAssertScope(JSThread *thread) : thread_(thread), oldSp_(thread->GetCurrentSPFrame())… in StackAssertScope() 255 DASSERT_PRINT(oldSp_ == thread_->GetCurrentSPFrame(), in ~StackAssertScope()
|
| D | interpreter.cpp | 43 JSTaggedType *prevSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in NewRuntimeCallInfoBase()
|
| D | frame_handler.cpp | 336 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in IterateEcmaRuntimeCallInfo() 352 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in Iterate()
|
| D | interpreter-inl.h | 213 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()
|
| D | interpreter_assembly.cpp | 207 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/ |
| D | jsvaluerefislightweightmapandset_fuzzer.cpp | 69 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/ |
| D | containerslistconverttoarray_fuzzer.cpp | 57 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/ |
| D | containerslistequal_fuzzer.cpp | 55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 158 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()
|
| D | ecma_macros.h | 407 FrameIterator it(const_cast<JSTaggedType *>((thread)->GetCurrentSPFrame()), (thread)); \
|
| D | js_thread.h | 125 const JSTaggedType *GetCurrentSPFrame() const in GetCurrentSPFrame() function
|
| D | js_function.cpp | 560 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in ConstructInternal()
|
| D | object_factory.cpp | 929 auto sp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in NewJSError()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/ |
| D | containerslistget_fuzzer.cpp | 55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/ |
| D | containerslistgetsublist_fuzzer.cpp | 55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/ |
| D | containerslistgetiteratorobj_fuzzer.cpp | 55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/ |
| D | containerslistlength_fuzzer.cpp | 55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 32 JSTaggedType *prevSp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in FrameWriter()
|