Home
last modified time | relevance | path

Searched refs:JSBreakpoint (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.h26 class JSBreakpoint { class
29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint() function in panda::ecmascript::tooling::JSBreakpoint
32 ~JSBreakpoint() = default;
49 bool operator==(const JSBreakpoint &bpoint) const in operator ==()
74 DEFAULT_COPY_SEMANTIC(JSBreakpoint);
75 DEFAULT_MOVE_SEMANTIC(JSBreakpoint);
86 size_t operator()(const JSBreakpoint &bpoint) const in operator ()()
173 std::optional<JSBreakpoint> FindBreakpoint(JSHandle<Method> method, uint32_t bcOffset) const;
174 std::optional<JSBreakpoint> FindSmartBreakpoint(JSHandle<Method> method, uint32_t bcOffset) const;
182 bool IsBreakpointCondSatisfied(std::optional<JSBreakpoint> breakpoin
[all...]
H A Djs_debugger.cpp207 std::optional<JSBreakpoint> JSDebugger::FindBreakpoint(JSHandle<Method> method, uint32_t bcOffset) const in FindBreakpoint()
219 std::optional<JSBreakpoint> JSDebugger::FindSmartBreakpoint(JSHandle<Method> method, uint32_t bcOffset) const in FindSmartBreakpoint()
291 bool JSDebugger::IsBreakpointCondSatisfied(std::optional<JSBreakpoint> breakpoint) const in IsBreakpointCondSatisfied()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Djs_debugger_test.cpp46 bool IsBreakpointCondSatisfiedTest(std::optional<JSBreakpoint> breakpoint) const in IsBreakpointCondSatisfiedTest()
138 std::optional<ecmascript::tooling::JSBreakpoint> breakpoint; in HWTEST_F_L0()

Completed in 2 milliseconds