Home
last modified time | relevance | path

Searched refs:debug_info_ (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/sync/test/sessions/
Dmock_debug_info_getter.cc17 debug_info->CopyFrom(debug_info_); in GetDebugInfo()
21 debug_info_.Clear(); in ClearDebugInfo()
25 debug_info_.add_events(); in AddDebugEvent()
Dmock_debug_info_getter.h31 sync_pb::DebugInfo debug_info_;
/external/qemu/elff/
Delf_file.h382 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
Delf_file.cc383 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/
Ddebug-arm.cc59 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/
Ddebug-mips.cc63 debug_info_->GetIsolate()->debug()->debug_break_return()->entry()))); in SetDebugBreakAtReturn()
108 debug_info_->GetIsolate()->debug()->debug_break_slot()->entry()))); in SetDebugBreakAtSlot()
/external/v8/src/
Ddebug.h109 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_;
Ddebug.cc107 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/
Ddebug-x64.cc53 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/
Ddebug-ia32.cc53 debug_info_->GetIsolate()->debug()->debug_break_return()->entry(), in SetDebugBreakAtReturn()
82 Isolate* isolate = debug_info_->GetIsolate(); in SetDebugBreakAtSlot()
/external/chromium_org/v8/src/
Ddebug.h120 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_;
Ddebug.cc108 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/
Dweb_layer_impl.cc400 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/
Dprofile_container.cpp52 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/
Dlayer_impl.cc166 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()
Dlayer_impl.h666 scoped_refptr<base::debug::ConvertableToTraceFormat> debug_info_; variable