Home
last modified time | relevance | path

Searched refs:GetPtMethod (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.cpp211 (bp.GetPtMethod()->GetJSPandaFile() == method->GetJSPandaFile()) && in FindBreakpoint()
212 (bp.GetPtMethod()->GetMethodId() == method->GetMethodId())) { in FindBreakpoint()
223 (bp.GetPtMethod()->GetJSPandaFile() == method->GetJSPandaFile()) && in FindSmartBreakpoint()
224 (bp.GetPtMethod()->GetMethodId() == method->GetMethodId())) { in FindSmartBreakpoint()
236 (bp.GetPtMethod()->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in RemoveBreakpoint()
237 (bp.GetPtMethod()->GetMethodId() == ptMethod->GetMethodId())) { in RemoveBreakpoint()
251 (bp.GetPtMethod()->GetJSPandaFile() == ptMethod->GetJSPandaFile()) && in RemoveSmartBreakpoint()
252 (bp.GetPtMethod()->GetMethodId() == ptMethod->GetMethodId())) { in RemoveSmartBreakpoint()
H A Djs_debugger.h39 PtMethod *GetPtMethod() const in GetPtMethod() function in panda::ecmascript::tooling::JSBreakpoint
52 ptMethod_->GetMethodId() == bpoint.GetPtMethod()->GetMethodId() && in operator ==()
54 ptMethod_->GetJSPandaFile() == bpoint.GetPtMethod()->GetJSPandaFile(); in operator ==()
89 (std::hash<uint32_t>()(bpoint.GetPtMethod()->GetMethodId().GetOffset())) ^ in operator ()()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h512 virtual Expected<PtMethod, Error> GetPtMethod(const PtLocation &location) const = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h150 Expected<PtMethod, Error> GetPtMethod(const PtLocation & /* location */) const override

Completed in 3 milliseconds