Home | History | Annotate | Download | only in compiler

Lines Matching full:offsets

470       OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_];
471 offsets->code_offset_ = quick_code_offset;
536 OatMethodOffsets offsets(0u, 0u);
539 offsets = oat_class->method_offsets_[method_offsets_index_];
554 // Portable code offsets are set by ElfWriterMclinker::FixupCompiledCodeOffset after linking.
555 method->SetQuickOatCodeOffset(offsets.code_offset_);
556 method->SetOatNativeGcMapOffset(offsets.gc_map_offset_);
757 // calculate the offsets within OatDexFiles to the DexFiles
774 // calculate the offsets within OatDexFiles to OatClasses
814 // calculate the offsets within OatHeader to executable code
1140 PLOG(ERROR) << "Failed to write methods offsets to " << out->GetLocation();
1269 PLOG(ERROR) << "Failed to write method offsets to " << out->GetLocation();