Home
last modified time | relevance | path

Searched refs:thunk_end (Results 1 – 2 of 2) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc81 uint32_t thunk_end = in Create2MethodsWithGap() local
84 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc148 uint32_t thunk_end = CompiledCode::AlignCode(gap_end, kArm64) + MethodCallThunkSize(); in Create2MethodsWithGap() local
149 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap()