Home | History | Annotate | Download | only in src

Lines Matching defs:Debug_Address

1003 // Debug_Address encapsulates the Address pointers used in generating debug
1005 class Debug_Address {
1007 explicit Debug_Address(Debug::AddressId id) : id_(id) { }
1009 static Debug_Address AfterBreakTarget() {
1010 return Debug_Address(Debug::k_after_break_target_address);
1013 static Debug_Address DebugBreakReturn() {
1014 return Debug_Address(Debug::k_debug_break_return_address);
1017 static Debug_Address RestarterFrameFunctionPointer() {
1018 return Debug_Address(Debug::k_restarter_frame_function_pointer);