Lines Matching refs:code_offset
188 size_t code_offset = oat_header.Get ## fn_name ## Offset(); \ in Symbolize()
189 code_offset -= CompiledCode::CodeDelta(oat_header.GetInstructionSet()); \ in Symbolize()
190 info.code_address = code_offset - oat_header.GetExecutableOffset(); \ in Symbolize()
932 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local
934 code_offset &= ~0x1; in AddOffsets()
936 offsets_.insert(code_offset); in AddOffsets()
1320 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
1323 if (resolved_addr2instr_ > code_offset + code_size) { in DumpOatMethod()
1372 vios->Stream() << StringPrintf("code_offset: 0x%08x ", code_offset); in DumpOatMethod()
1458 uint32_t aligned_code_begin = AlignCodeOffset(code_offset); in DumpOatMethod()
1466 code_offset, in DumpOatMethod()