Home
last modified time | relevance | path

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

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