Home
last modified time | relevance | path

Searched refs:currentContext (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp979 void JSThread::SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate) in SwitchCurrentContext() argument
981 ASSERT(std::count(contexts_.begin(), contexts_.end(), currentContext)); in SwitchCurrentContext()
996 SetCurrentSPFrame(currentContext->GetCurrentFrame()); in SwitchCurrentContext()
997 SetLastLeaveFrame(currentContext->GetLeaveFrame()); in SwitchCurrentContext()
998 SetLastFp(currentContext->GetLastFp()); in SwitchCurrentContext()
999 glueData_.frameBase_ = currentContext->GetFrameBase(); in SwitchCurrentContext()
1000 glueData_.stackLimit_ = currentContext->GetStackLimit(); in SwitchCurrentContext()
1001 glueData_.stackStart_ = currentContext->GetStackStart(); in SwitchCurrentContext()
1002 if (!currentContext->GlobalEnvIsHole()) { in SwitchCurrentContext()
1003 SetGlueGlobalEnv(*(currentContext in SwitchCurrentContext()
[all...]
H A Djs_thread.h1301 void SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate = false);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3853 GateRef currentContext = Load(VariableType::NATIVE_POINTER(), glue, currentContextOffset); in GetPropertiesCache() local
3854 return Load(VariableType::NATIVE_POINTER(), currentContext, IntPtr(0)); in GetPropertiesCache()

Completed in 13 milliseconds