Home
last modified time | relevance | path

Searched refs:GetEntryPointAdjustment (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/driver/
Dcompiled_method.cc57 size_t CompiledCode::GetEntryPointAdjustment() const { in GetEntryPointAdjustment() function in art::CompiledCode
Dcompiled_method.h63 size_t GetEntryPointAdjustment() const;
/art/dex2oat/linker/
Drelative_patcher_test.h135 uint32_t quick_code_offset = offset + compiled_method->GetEntryPointAdjustment(); in Link()
176 : kTrampolineOffset + compiled_method->GetEntryPointAdjustment(); in Link()
231 size_t offset = result.second - compiled_methods_[idx]->GetEntryPointAdjustment(); in CheckLinkedMethod()
Doat_writer.cc1225 uint32_t thumb_offset = compiled_method->GetEntryPointAdjustment(); in VisitMethod()
1674 offset_ + sizeof(OatQuickMethodHeader) + compiled_method->GetEntryPointAdjustment()) in VisitMethod()