Home
last modified time | relevance | path

Searched refs:Breakpoint (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.cc186 class Breakpoint { class
188 Breakpoint(ArtMethod* method, uint32_t dex_pc, in Breakpoint() function in art::Breakpoint
199 Breakpoint(const Breakpoint& other) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) in SHARED_LOCKS_REQUIRED()
228 static std::ostream& operator<<(std::ostream& os, const Breakpoint& rhs) in operator <<()
407 static std::vector<Breakpoint> gBreakpoints GUARDED_BY(Locks::breakpoint_lock_);
3314 static const Breakpoint* FindFirstBreakpointForMethod(ArtMethod* m) in FindFirstBreakpointForMethod()
3316 for (Breakpoint& breakpoint : gBreakpoints) { in FindFirstBreakpointForMethod()
3333 for (const Breakpoint& breakpoint : gBreakpoints) { in SanityCheckExistingBreakpoints()
3360 const Breakpoint** existing_brkpt) in GetRequiredDeoptimizationKind()
3368 const Breakpoint* first_breakpoint; in GetRequiredDeoptimizationKind()
[all …]
/art/compiler/utils/
Dassembler_thumb_test.cc1027 TEST(Thumb2AssemblerTest, Breakpoint) { in TEST() argument
Dassembler_thumb_test_expected.cc.inc4859 test_results["Breakpoint"] = BreakpointResults;