Home
last modified time | relevance | path

Searched refs:CheckSafepoint (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h260 thread->CheckSafepoint(); \
281 thread->CheckSafepoint(); \
H A Dinterpreter-inl.cpp247 thread->CheckSafepoint(); \
268 thread->CheckSafepoint(); \
623 thread->CheckSafepoint(); in ExecuteNative()
750 thread->CheckSafepoint(); in Execute()
7931 needRestoreAcc = thread->CheckSafepoint(); in UpdateHotnessCounter()
7938 method = thisFunc->GetCallTarget(); // for CheckSafepoint, method need retrieve. in UpdateHotnessCounter()
H A Dinterpreter_assembly.cpp222 thread->CheckSafepoint(); in Execute()
7970 thread->CheckSafepoint();
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h146 static bool CheckSafepoint(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp580 HWTEST_F_L0(DFXJSNApiTests, CheckSafepoint) in HWTEST_F_L0()
583 ASSERT_FALSE(DFXJSNApi::CheckSafepoint(vm_)); in HWTEST_F_L0()
585 ASSERT_FALSE(DFXJSNApi::CheckSafepoint(vm_)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_thread_state_test.cpp60 JSThread::GetCurrent()->CheckSafepoint(); in NewVMThreadEntry()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp833 bool DFXJSNApi::CheckSafepoint([[maybe_unused]] const EcmaVM *vm) in CheckSafepoint() function in panda::DFXJSNApi
837 return thread->CheckSafepoint(); in CheckSafepoint()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp1367 thread->CheckSafepoint();
1382 thread->CheckSafepoint();
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp766 bool JSThread::CheckSafepoint() in CheckSafepoint() function in panda::ecmascript::JSThread
H A Djs_thread.h537 bool CheckSafepoint();
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1549 thread->CheckSafepoint(); in DEF_RUNTIME_STUBS()
1580 thread->CheckSafepoint(); in DEF_RUNTIME_STUBS()
1619 thread->CheckSafepoint(); in DEF_RUNTIME_STUBS()

Completed in 43 milliseconds