Home
last modified time | relevance | path

Searched refs:CheckSwitchDebuggerBCStub (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp409 void JSThread::CheckSwitchDebuggerBCStub() in CheckSwitchDebuggerBCStub() function in panda::ecmascript::JSThread
Djs_thread.h394 void PUBLIC_API CheckSwitchDebuggerBCStub();
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp784 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
788 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp226 thread->CheckSwitchDebuggerBCStub(); in Execute()
272 thread->CheckSwitchDebuggerBCStub(); in GeneratorReEnterInterpreter()