Home
last modified time | relevance | path

Searched refs:IsInManagedState (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Druntime.h111 ASSERT(thread->IsInManagedState()); in GetSerializeRootMapValue()
122 ASSERT(thread->IsInManagedState()); in PushSerializationRoot()
132 ASSERT(thread->IsInManagedState()); in RemoveSerializationRoot()
H A Djs_thread.cpp1209 ASSERT(!IsInManagedState()); in ManagedCodeBegin()
1215 ASSERT(IsInManagedState()); in ManagedCodeEnd()
1318 bool JSThread::IsInManagedState() const in IsInManagedState() function in panda::ecmascript::JSThread
H A Decma_context.cpp289 ASSERT(thread_->IsInManagedState()); in ExecuteAot()
303 ASSERT(thread_->IsInManagedState()); in CommonInvokeEcmaEntrypoint()
H A Decma_vm.cpp508 ASSERT(thread_->IsInManagedState()); in FastCallAot()
H A Djs_function.cpp508 ASSERT(thread->IsInManagedState()); in InvokeOptimizedEntrypoint()
578 ASSERT(thread->IsInManagedState()); in InvokeOptimizedEntrypoint()
H A Djs_thread.h1375 bool IsInManagedState() const;
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp608 ASSERT(thread->IsInManagedState()); in ExecuteNative()
651 ASSERT(thread->IsInManagedState()); in Execute()

Completed in 24 milliseconds