Home
last modified time | relevance | path

Searched refs:SetFrameBase (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp113 item->SetFrameBase(nullptr); in ~JSThread()
707 context->SetFrameBase(glueData_.frameBase_); in PushContext()
713 context->SetFrameBase(static_cast<JSTaggedType *>( in PushContext()
735 glueData_.currentContext_->SetFrameBase(glueData_.frameBase_); in SwitchCurrentContext()
Decma_context.h417 void SetFrameBase(JSTaggedType *frameBase) in SetFrameBase() function