Home
last modified time | relevance | path

Searched defs:quick_code_offset (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/
Drelative_patcher_test.h137 uint32_t quick_code_offset = offset + compiled_method->GetEntryPointAdjustment(); in Link() local
Doat_writer.cc1170 uint32_t quick_code_offset = 0; in VisitMethod() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc138 uint32_t quick_code_offset = compiled_method->AlignCode(offset + sizeof(OatQuickMethodHeader)); in ReserveSpace() local
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc478 void ArmBaseRelativePatcher::ResolveMethodCalls(uint32_t quick_code_offset, in ResolveMethodCalls()