Searched refs:Breakpoint (Results 1 – 5 of 5) sorted by relevance
58 fn(Breakpoint, ArtJvmtiEvent::kBreakpoint) \
95 class Breakpoint : public ValueObject { class97 Breakpoint(ArtMethod* method, uint32_t dex_pc, DeoptimizationRequest::Kind deoptimization_kind) in Breakpoint() function in art::Breakpoint106 Breakpoint(const Breakpoint& other) REQUIRES_SHARED(Locks::mutator_lock_) in REQUIRES_SHARED()140 static std::ostream& operator<<(std::ostream& os, const Breakpoint& rhs) in operator <<()327 static std::vector<Breakpoint> gBreakpoints GUARDED_BY(Locks::breakpoint_lock_);3301 static const Breakpoint* FindFirstBreakpointForMethod(ArtMethod* m) in FindFirstBreakpointForMethod()3303 for (Breakpoint& breakpoint : gBreakpoints) { in FindFirstBreakpointForMethod()3320 for (const Breakpoint& breakpoint : gBreakpoints) { in SanityCheckExistingBreakpoints()3347 const Breakpoint** existing_brkpt) in GetRequiredDeoptimizationKind()3355 const Breakpoint* first_breakpoint; in GetRequiredDeoptimizationKind()[all …]
952 jvmtiEventBreakpoint Breakpoint; member
1048 TEST_F(Thumb2AssemblerTest, Breakpoint) { in TEST_F() argument
5755 test_results["Breakpoint"] = BreakpointResults;