Home
last modified time | relevance | path

Searched refs:breakpoints (Results 1 – 24 of 24) sorted by relevance

/aosp12/art/test/993-breakpoints/
H A DAndroid.bp3 // Build rules for ART run-test `993-breakpoints`.
16 name: "art-run-test-993-breakpoints",
21 ":art-run-test-993-breakpoints-expected-stdout",
22 ":art-run-test-993-breakpoints-expected-stderr",
28 name: "art-run-test-993-breakpoints-expected-stdout",
29 out: ["art-run-test-993-breakpoints-expected-stdout.txt"],
36 name: "art-run-test-993-breakpoints-expected-stderr",
37 out: ["art-run-test-993-breakpoints-expected-stderr.txt"],
H A Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
7 multiple breakpoints be set at once.
/aosp12/art/openjdkjvmti/
H A Dti_breakpoint.cc82 for (auto it : env->breakpoints) { in VisitReflectiveTargets()
91 DCHECK(env->breakpoints.find(it.second) != env->breakpoints.end()); in VisitReflectiveTargets()
92 env->breakpoints.erase(it.second); in VisitReflectiveTargets()
93 env->breakpoints.insert(it.first); in VisitReflectiveTargets()
133 for (const Breakpoint& b : env->breakpoints) { in RemoveBreakpointsInClass()
139 auto it = env->breakpoints.find(b); in RemoveBreakpointsInClass()
140 DCHECK(it != env->breakpoints.end()); in RemoveBreakpointsInClass()
141 env->breakpoints.erase(it); in RemoveBreakpointsInClass()
184 auto pos = env->breakpoints.find(/* Breakpoint */ {art_method, location}); in ClearBreakpoint()
185 if (pos == env->breakpoints.end()) { in ClearBreakpoint()
[all …]
H A Dart_jvmti.h99 std::unordered_set<Breakpoint> breakpoints GUARDED_BY(event_info_mutex_);
H A Devents-inl.h370 env->breakpoints.find({method, location}) != env->breakpoints.end();
/aosp12/art/test/995-breakpoints-throw/
H A DAndroid.bp3 // Build rules for ART run-test `995-breakpoints-throw`.
16 name: "art-run-test-995-breakpoints-throw",
21 ":art-run-test-995-breakpoints-throw-expected-stdout",
22 ":art-run-test-995-breakpoints-throw-expected-stderr",
28 name: "art-run-test-995-breakpoints-throw-expected-stdout",
29 out: ["art-run-test-995-breakpoints-throw-expected-stdout.txt"],
36 name: "art-run-test-995-breakpoints-throw-expected-stderr",
37 out: ["art-run-test-995-breakpoints-throw-expected-stderr.txt"],
/aosp12/art/test/996-breakpoint-obsolete/
H A Dinfo.txt3 This checks that redefining a class will clear breakpoints on the class's
4 methods and that it is possible to set breakpoints on obsolete methods.
H A Dexpected-stdout.txt10 Running transform post redefinition. Should not hit any breakpoints.
/aosp12/art/test/994-breakpoint-line/
H A Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
4 sets breakpoints on each line in turn of a function with multiple execution
/aosp12/art/test/1947-breakpoint-redefine-deopt/
H A Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
4 sets breakpoints on each line in turn of a function with multiple execution
/aosp12/art/test/1953-pop-frame/
H A Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
7 multiple breakpoints be set at once.
/aosp12/art/test/1954-pop-frame-jit/
H A Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
7 multiple breakpoints be set at once.
/aosp12/art/test/1955-pop-frame-jit-called/
H A Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
7 multiple breakpoints be set at once.
/aosp12/art/test/1956-pop-frame-jit-calling/
H A Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
7 multiple breakpoints be set at once.
/aosp12/art/tools/jvmti-agents/breakpoint-logger/
H A DREADME.md3 breakpointlogger is a JVMTI agent that lets one set breakpoints that are logged
24 * Multiple breakpoints can be included in the options, separated with ','s.
28 one might expect. This also means that one cannot set breakpoints on classes
/aosp12/frameworks/rs/tests/lldb/cpp/WaitAttach/
H A Dsimple.rscript34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
/aosp12/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/rs/
H A Dsimple.rscript34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
/aosp12/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A Dsimple.rscript34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
/aosp12/art/test/993-breakpoints/src/art/
H A DTest993.java650 Breakpoint.Manager.BP[] breakpoints) throws Exception {
652 for (List<Breakpoint.Manager.BP> bps : allCombinations(Arrays.asList(breakpoints))) {
/aosp12/art/test/
H A DAndroid.bp624 "993-breakpoints/breakpoints.cc",
998 "993-breakpoints/src/art/Test993.java",
1000 "995-breakpoints-throw/src/art/Test995.java",
1138 "993-breakpoints/expected_cts.txt",
1140 "995-breakpoints-throw/expected-stdout.txt",
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dkvm.h75 struct kvm_breakpoint breakpoints[4]; member
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...