HomeSort by relevance Sort by last modified time
    Searched refs:debug_info_ (Results 1 - 7 of 7) sorted by null

  /external/qemu/elff/
elf_file.h 382 return debug_info_.data();
426 return debug_info_.is_contained(ptr, size);
495 ElfMappedSection debug_info_;
elf_file.cc 383 if (!map_section_by_name(".debug_info", &debug_info_)) {
391 *reinterpret_cast<const Elf_Word*>(debug_info_.data()) == 0xFFFFFFFF;
414 const void* next_cu = debug_info_.data();
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 382 return debug_info_.data();
426 return debug_info_.is_contained(ptr, size);
495 ElfMappedSection debug_info_;
elf_file.cc 383 if (!map_section_by_name(".debug_info", &debug_info_)) {
391 *reinterpret_cast<const Elf_Word*>(debug_info_.data()) == 0xFFFFFFFF;
414 const void* next_cu = debug_info_.data();
  /external/v8/src/
debug.h 109 return static_cast<int>(pc() - debug_info_->code()->entry());
115 inline Code* code() { return debug_info_->code(); }
137 Handle<DebugInfo> debug_info_; member in class:v8::internal::BreakLocationIterator
208 Handle<DebugInfo> debug_info() { return debug_info_; }
212 Handle<DebugInfo> debug_info_; member in class:v8::internal::DebugInfoListNode
    [all...]
debug.cc 107 debug_info_ = debug_info;
140 rinfo()->data() - debug_info_->shared()->start_position());
145 rinfo()->data() - debug_info_->shared()->start_position());
192 if (debug_info_->shared()->HasSourceCode()) {
193 position_ = debug_info_->shared()->end_position() -
194 debug_info_->shared()->start_position() - 1;
264 reloc_iterator_ = new RelocIterator(debug_info_->code());
265 reloc_iterator_original_ = new RelocIterator(debug_info_->original_code());
288 DebugInfo::SetBreakPoint(debug_info_, code_position(),
296 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object)
    [all...]
  /external/oprofile/libpp/
profile_container.cpp 52 profile_container::profile_container(bool debug_info_, bool need_details_,
57 debug_info(debug_info_),

Completed in 399 milliseconds