Home
last modified time | relevance | path

Searched refs:bp (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.cpp97 const auto &bp = *it; in RemoveBreakpointsByUrl() local
98 if (bp.GetSourceFile() == url) { in RemoveBreakpointsByUrl()
209 for (const auto &bp : breakpoints_) { in FindBreakpoint()
210 if ((bp.GetBytecodeOffset() == bcOffset) && in FindBreakpoint()
211 (bp.GetPtMethod()->GetJSPandaFile() == method->GetJSPandaFile()) && in FindBreakpoint()
212 (bp.GetPtMethod()->GetMethodId() == method->GetMethodId())) { in FindBreakpoint()
213 return bp; in FindBreakpoint()
221 for (const auto &bp : smartBreakpoints_) { in FindSmartBreakpoint()
222 if ((bp.GetBytecodeOffset() == bcOffset) && in FindSmartBreakpoint()
223 (bp in FindSmartBreakpoint()
234 const auto &bp = *it; RemoveBreakpoint() local
249 const auto &bp = *it; RemoveSmartBreakpoint() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dstack_walker_base.cpp30 auto bp = GetPrevFromBoundary<FrameKind::INTERPRETER>(ptr); in GetTopFrameFromFp() local
31 if (GetBoundaryFrameMethod<FrameKind::COMPILER>(bp) == BYPASS) { in GetTopFrameFromFp()
32 return CreateCFrame(GetPrevFromBoundary<FrameKind::COMPILER>(bp)); in GetTopFrameFromFp()
104 auto bp = GetPrevFromBoundary<FrameKind::INTERPRETER>(prev); in NextFromIFrame() local
105 if (GetBoundaryFrameMethod<FrameKind::COMPILER>(bp) == BYPASS) { in NextFromIFrame()
106 frame_ = CreateCFrame(GetPrevFromBoundary<FrameKind::COMPILER>(bp)); in NextFromIFrame()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Ddebug.py67 script_file.log(LOG, highlight_lines=[bp.line_number for bp in meta.breakpoints])
118 for bp in meta.breakpoints:
119 bp.breakpoint_id, bp.locations = await client.set_breakpoint_by_url(
121 line_number=bp.line_number,
152 script_file.log(LOG, highlight_lines=[bp.line_number for bp in meta.breakpoints])
H A Dsource_meta.py57 return [bp for bp in self.breakpoints if bp.breakpoint_id == breakpoint_id]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_this.py118 bp = paused.hit_breakpoints().pop()
119 label = str(bp.label)
120 await walker.log_layout("%s %s", label, bp)
H A Dtest_runtime_capture.py71 bp = paused.hit_breakpoints().pop()
72 counter, stop = _check(bp.label, expect, paused, counter)
/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp60 auto bp = GetPrevFromBoundary<FrameKind::INTERPRETER>(ptr); in GetTopFrameFromFp() local
61 if (GetBoundaryFrameMethod<FrameKind::COMPILER>(bp) == BYPASS) { in GetTopFrameFromFp()
62 return CreateCFrame(GetPrevFromBoundary<FrameKind::COMPILER>(bp), in GetTopFrameFromFp()
63 GetReturnAddressFromBoundary<FrameKind::COMPILER>(bp), in GetTopFrameFromFp()
64 GetCalleeStackFromBoundary<FrameKind::COMPILER>(bp)); in GetTopFrameFromFp()
420 auto bp = GetPrevFromBoundary<FrameKind::INTERPRETER>(prev); in NextFromIFrame() local
421 if (GetBoundaryFrameMethod<FrameKind::COMPILER>(bp) == BYPASS) { in NextFromIFrame()
422 frame_ = CreateCFrame(GetPrevFromBoundary<FrameKind::COMPILER>(bp), in NextFromIFrame()
423 GetReturnAddressFromBoundary<FrameKind::COMPILER>(bp), in NextFromIFrame()
424 GetCalleeStackFromBoundary<FrameKind::COMPILER>(bp)); in NextFromIFrame()
469 auto bp = GetPrevFromBoundary<FrameKind::INTERPRETER>(prev); GetNextFrame() local
[all...]
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_perf_test.sh79 python3 "$cur_path"/run_js_test.py -bp "$OPENHARMONY_OUT_PATH" -p "$JS_TEST_PATH" -o "$js_perf_test_archive_path"\
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_perf_test.sh387 -bp "${OPENHARMONY_ROOT_PATH}" \
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js25827 function bp(t) {
25906 this.setKeyframes(t.slice(), e.map((t => bp(t))));
25909 this.setKeyframes(e.map((([t]) => t)), e.map((([, t]) => bp(t))));
25998 const u = bp({
[all...]

Completed in 34 milliseconds