Home
last modified time | relevance | path

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

/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/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/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()