/external/chromium_org/sync/test/sessions/ |
D | mock_debug_info_getter.cc | 17 debug_info->CopyFrom(debug_info_); in GetDebugInfo() 21 debug_info_.Clear(); in ClearDebugInfo() 25 debug_info_.add_events(); in AddDebugEvent()
|
D | mock_debug_info_getter.h | 31 sync_pb::DebugInfo debug_info_;
|
/external/qemu/elff/ |
D | elf_file.h | 382 return debug_info_.data(); in get_debug_info_data() 426 return debug_info_.is_contained(ptr, size); in is_valid_die_ptr() 495 ElfMappedSection debug_info_; variable
|
D | elf_file.cc | 383 if (!map_section_by_name(".debug_info", &debug_info_)) { in initialize() 391 *reinterpret_cast<const Elf_Word*>(debug_info_.data()) == 0xFFFFFFFF; in initialize() 414 const void* next_cu = debug_info_.data(); in parse_compilation_units()
|
/external/chromium_org/v8/src/arm/ |
D | debug-arm.cc | 59 debug_info_->GetIsolate()->debug()->debug_break_return()->entry()); in SetDebugBreakAtReturn() 100 debug_info_->GetIsolate()->debug()->debug_break_slot()->entry()); in SetDebugBreakAtSlot()
|
/external/chromium_org/v8/src/mips/ |
D | debug-mips.cc | 63 debug_info_->GetIsolate()->debug()->debug_break_return()->entry()))); in SetDebugBreakAtReturn() 108 debug_info_->GetIsolate()->debug()->debug_break_slot()->entry()))); in SetDebugBreakAtSlot()
|
/external/v8/src/ |
D | debug.h | 109 return static_cast<int>(pc() - debug_info_->code()->entry()); in code_position() 115 inline Code* code() { return debug_info_->code(); } in code() 137 Handle<DebugInfo> debug_info_; variable 208 Handle<DebugInfo> debug_info() { return debug_info_; } in debug_info() 212 Handle<DebugInfo> debug_info_;
|
D | debug.cc | 107 debug_info_ = debug_info; in BreakLocationIterator() 140 rinfo()->data() - debug_info_->shared()->start_position()); in Next() 145 rinfo()->data() - debug_info_->shared()->start_position()); in Next() 192 if (debug_info_->shared()->HasSourceCode()) { in Next() 193 position_ = debug_info_->shared()->end_position() - in Next() 194 debug_info_->shared()->start_position() - 1; in Next() 264 reloc_iterator_ = new RelocIterator(debug_info_->code()); in Reset() 265 reloc_iterator_original_ = new RelocIterator(debug_info_->original_code()); in Reset() 288 DebugInfo::SetBreakPoint(debug_info_, code_position(), in SetBreakPoint() 296 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object); in ClearBreakPoint() [all …]
|
/external/chromium_org/v8/src/x64/ |
D | debug-x64.cc | 53 debug_info_->GetIsolate()->debug()->debug_break_return()->entry(), in SetDebugBreakAtReturn() 83 debug_info_->GetIsolate()->debug()->debug_break_slot()->entry(), in SetDebugBreakAtSlot()
|
/external/chromium_org/v8/src/ia32/ |
D | debug-ia32.cc | 53 debug_info_->GetIsolate()->debug()->debug_break_return()->entry(), in SetDebugBreakAtReturn() 82 Isolate* isolate = debug_info_->GetIsolate(); in SetDebugBreakAtSlot()
|
/external/chromium_org/v8/src/ |
D | debug.h | 120 return static_cast<int>(pc() - debug_info_->code()->entry()); in code_position() 126 inline Code* code() { return debug_info_->code(); } in code() 148 Handle<DebugInfo> debug_info_; variable 223 Handle<DebugInfo> debug_info() { return debug_info_; } in debug_info() 227 Handle<DebugInfo> debug_info_;
|
D | debug.cc | 108 debug_info_ = debug_info; in BreakLocationIterator() 141 rinfo()->data() - debug_info_->shared()->start_position()); in Next() 146 rinfo()->data() - debug_info_->shared()->start_position()); in Next() 192 if (debug_info_->shared()->HasSourceCode()) { in Next() 193 position_ = debug_info_->shared()->end_position() - in Next() 194 debug_info_->shared()->start_position() - 1; in Next() 279 debug_info_->code(), in Reset() 282 debug_info_->original_code(), in Reset() 306 DebugInfo::SetBreakPoint(debug_info_, code_position(), in SetBreakPoint() 314 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object); in ClearBreakPoint() [all …]
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
D | web_layer_impl.cc | 400 debug_info_(debug_info) {} in TracedDebugInfo() 404 debug_info_->appendAsTraceFormat(&web_string); in AppendAsTraceFormat() 409 scoped_ptr<blink::WebGraphicsLayerDebugInfo> debug_info_; member in webkit::TracedDebugInfo
|
/external/oprofile/libpp/ |
D | profile_container.cpp | 52 profile_container::profile_container(bool debug_info_, bool need_details_, in profile_container() argument 57 debug_info(debug_info_), in profile_container()
|
/external/chromium_org/cc/layers/ |
D | layer_impl.cc | 166 debug_info_ = other; in SetDebugInfo() 588 layer->SetDebugInfo(debug_info_); in PushPropertiesTo() 1380 if (debug_info_.get()) { in AsValueInto() 1382 debug_info_->AppendAsTraceFormat(&str); in AsValueInto()
|
D | layer_impl.h | 666 scoped_refptr<base::debug::ConvertableToTraceFormat> debug_info_; variable
|