Searched defs:info_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Doffline_profiling_info.h178 DexFileToProfileInfoMap info_; member in class:art::ProfileCompilationInfo
/art/compiler/debug/
H A Delf_debug_info_writer.h116 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) {
127 info_.StartTag(DW_TAG_compile_unit);
128 info_.WriteString(DW_AT_producer, "Android dex2oat");
129 info_.WriteData1(DW_AT_language, DW_LANG_Java);
130 info_.WriteString(DW_AT_comp_dir, "$JAVA_SRC_ROOT");
131 info_.WriteAddr(DW_AT_low_pc, base_address + compilation_unit.code_address);
132 info_.WriteUdata(DW_AT_high_pc, dchecked_integral_cast<uint32_t>(cu_size));
133 info_.WriteSecOffset(DW_AT_stmt_list, compilation_unit.debug_line_offset);
152 size_t reference_tag_offset = info_.StartTag(DW_TAG_reference_type);
154 size_t type_attrib_offset = info_
657 dwarf::DebugInfoEntryWriter<> info_; member in class:art::debug::ElfCompilationUnitWriter
[all...]

Completed in 209 milliseconds