Searched defs:code_address (Results 1 - 6 of 6) sorted by relevance

/art/compiler/debug/
H A Delf_compilation_unit.h31 uint64_t code_address = std::numeric_limits<uint64_t>::max(); member in struct:art::debug::ElfCompilationUnit
H A Dmethod_debug_info.h38 uint64_t code_address; member in struct:art::debug::MethodDebugInfo
H A Delf_debug_frame_writer.h227 const Elf_Addr code_address = mi->code_address + local
230 binary_search_table.push_back(dchecked_integral_cast<uint32_t>(code_address));
234 code_address, mi->code_size,
/art/compiler/debug/dwarf/
H A Dheaders.h83 uint64_t code_address,
106 code_address -= buffer_address + buffer->size();
109 // Relocate code_address if it has absolute value.
113 writer.PushUint64(code_address);
116 writer.PushUint32(code_address);
80 WriteFDE(bool is64bit, uint64_t section_address, uint64_t cie_address, uint64_t code_address, uint64_t code_size, const ArrayRef<const uint8_t>& opcodes, CFIFormat format, uint64_t buffer_address, std::vector<uint8_t>* buffer, std::vector<uintptr_t>* patch_locations) argument
/art/compiler/optimizing/
H A Doptimizing_compiler.cc943 const uintptr_t code_address = reinterpret_cast<uintptr_t>(method_header->GetCode()); local
956 info.code_address = code_address;
965 CreateJITCodeEntryForAddress(code_address, std::move(elf_file));
/art/oatdump/
H A Doatdump.cc250 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point)); local
264 info.code_address = reinterpret_cast<uintptr_t>(code_address);

Completed in 136 milliseconds