Home | History | Annotate | Download | only in src

Lines Matching defs:Debug_Address

927 // Debug_Address encapsulates the Address pointers used in generating debug
929 class Debug_Address {
931 explicit Debug_Address(Debug::AddressId id) : id_(id) { }
933 static Debug_Address AfterBreakTarget() {
934 return Debug_Address(Debug::k_after_break_target_address);
937 static Debug_Address DebugBreakReturn() {
938 return Debug_Address(Debug::k_debug_break_return_address);
941 static Debug_Address RestarterFrameFunctionPointer() {
942 return Debug_Address(Debug::k_restarter_frame_function_pointer);