Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc89 uint32_t quick_code_offset = compiled_method->AlignCode(offset) + sizeof(OatQuickMethodHeader); in ReserveSpaceInternal() local
139 bool ArmBaseRelativePatcher::ReserveSpaceProcessPatches(uint32_t quick_code_offset, in ReserveSpaceProcessPatches()
/art/compiler/linker/
Drelative_patcher_test.h94 uint32_t quick_code_offset = offset + compiled_method->CodeDelta(); in Link() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc75 uint32_t quick_code_offset = compiled_method->AlignCode(offset) + sizeof(OatQuickMethodHeader); in ReserveSpace() local
/art/compiler/
Doat_writer.cc374 uint32_t quick_code_offset = 0; in VisitMethod() local