Lines Matching refs:code_offset
196 size_t code_offset = oat_header.Get ## fn_name ## Offset(); \ in Symbolize()
197 code_offset -= CompiledCode::CodeDelta(oat_header.GetInstructionSet()); \ in Symbolize()
198 info.code_address = code_offset - oat_header.GetExecutableOffset(); \ in Symbolize()
871 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local
873 code_offset &= ~0x1; in AddOffsets()
875 offsets_.insert(code_offset); in AddOffsets()
1131 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
1134 if (resolved_addr2instr_ > code_offset + code_size) { in DumpOatMethod()
1183 vios->Stream() << StringPrintf("code_offset: 0x%08x ", code_offset); in DumpOatMethod()
1269 uint32_t aligned_code_begin = AlignCodeOffset(code_offset); in DumpOatMethod()
1279 code_offset, in DumpOatMethod()