Home
last modified time | relevance | path

Searched refs:CheckIsSendableMethod (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h219 bool CheckIsSendableMethod() in CheckIsSendableMethod() function
221 return dropframeManager_.CheckIsSendableMethod(); in CheckIsSendableMethod()
Ddropframe_manager.h42 bool CheckIsSendableMethod();
Ddropframe_manager.cpp141 if (CheckIsSendableMethod()) { in MethodExit()
329 bool DropframeManager::CheckIsSendableMethod() in CheckIsSendableMethod() function in panda::ecmascript::tooling::DropframeManager
Ddebugger_api.h201 static bool CheckIsSendableMethod(const EcmaVM *ecmaVm);
Ddebugger_api.cpp1308 bool DebuggerApi::CheckIsSendableMethod(const EcmaVM *ecmaVm) in CheckIsSendableMethod() function in panda::ecmascript::tooling::DebuggerApi
1311 return debuggerMgr->CheckIsSendableMethod(); in CheckIsSendableMethod()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1642 if (DebuggerApi::CheckIsSendableMethod(vm_)) { in DropFrame()