Searched refs:GetLastFp (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_thread.cpp | 957 const_cast<JSTaggedType *>(GetLastFp())); in PushContext() 985 const_cast<JSTaggedType *>(GetLastFp())); in SwitchCurrentContext() 998 SetLastFp(currentContext->GetLastFp()); in SwitchCurrentContext() |
H A D | ecma_context.h | 516 JSTaggedType *GetLastFp() const in GetLastFp() function in panda::ecmascript::EcmaContext |
H A D | js_thread.h | 188 const JSTaggedType *GetLastFp() const in GetLastFp() function in panda::ecmascript::JSThread |
Completed in 6 milliseconds