Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc262 bool CheckThunk(uint32_t thunk_offset) { in CheckThunk()
507 uint32_t thunk_offset = CompiledCode::AlignCode( in TEST_F() local
600 uint32_t thunk_offset = in TEST_F() local
636 uint32_t thunk_offset = CompiledCode::AlignCode( in TEST_F() local
697 uint32_t thunk_offset = CompiledCode::AlignCode(method_offset + kCallCode.size(), in TEST_F() local
753 uint32_t thunk_offset = GetMethodOffset(method_idx) + RoundUp(kMethodCodeSize, kArmCodeAlignment); in TestBakerFieldWide() local
854 uint32_t thunk_offset = GetMethodOffset(method_idx) + RoundUp(kMethodCodeSize, kArmCodeAlignment); in TestBakerFieldNarrow() local
1162 uint32_t thunk_offset = GetMethodOffset(method_idx) + RoundUp(kMethodCodeSize, kArmCodeAlignment); in TEST_F() local
1239 uint32_t thunk_offset = GetMethodOffset(method_idx) + RoundUp(kMethodCodeSize, kArmCodeAlignment); in TEST_F() local
1294 uint32_t thunk_offset = GetMethodOffset(method_idx) + RoundUp(kMethodCodeSize, kArmCodeAlignment); in TEST_F() local
H A Drelative_patcher_arm_base.cc183 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_); in ReserveSpaceEnd() local
318 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_); in ReserveSpaceInternal() local
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc228 bool CheckThunk(uint32_t thunk_offset) { in CheckThunk()
399 uint32_t thunk_offset = in TestNopsAdrpInsn2AndUseHasThunk() local
668 uint32_t thunk_offset = in TEST_F() local
765 uint32_t thunk_offset = RoundDown( in TEST_F() local
798 uint32_t thunk_offset = in TEST_F() local
1034 uint32_t thunk_offset = CompiledCode::AlignCode(method_offset + kCallCode.size(), in TEST_F() local
1087 uint32_t thunk_offset = in TestBakerField() local
1341 uint32_t thunk_offset = in TEST_F() local
1419 uint32_t thunk_offset = in TEST_F() local
H A Drelative_patcher_arm64.cc140 uint32_t thunk_offset = compiled_method->AlignCode(quick_code_offset + code.size()); in ReserveSpace() local
227 uint32_t thunk_offset = adrp_thunk_locations_[processed_adrp_thunks_].second; in PatchPcRelativeReference() local