Lines Matching refs:JSPtHooks
21 void JSPtHooks::DebuggerStmt([[maybe_unused]] const JSPtLocation &location)
28 void JSPtHooks::Breakpoint(const JSPtLocation &location)
30 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Breakpoint => " << location.GetMethodId() << ": "
37 void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location)
39 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Exception";
45 bool JSPtHooks::SingleStep(const JSPtLocation &location)
47 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: SingleStep => " << location.GetBytecodeOffset();
69 bool JSPtHooks::NativeOut()
80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint)
82 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: LoadModule: " << pandaFileName;
91 void JSPtHooks::NativeCalling(const void *nativeAddress)
93 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: NativeCalling, addr = " << nativeAddress;
100 void JSPtHooks::NativeReturn(const void *nativeAddress)
107 void JSPtHooks::SendableMethodEntry(JSHandle<Method> method)
109 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: MethodEntry";