Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc205 std::vector<uint8_t> thunk_code = CompileThunk(patch, &debug_name); in AddCompiledMethod() local
206 thunk_provider_.SetThunkCode(patch, ArrayRef<const uint8_t>(thunk_code), debug_name); in AddCompiledMethod()
418 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size); in TestNopsAdrpInsn2AndUseHasThunk() local
419 if (ArrayRef<const uint8_t>(expected_thunk_code) != thunk_code) { in TestNopsAdrpInsn2AndUseHasThunk()
420 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); in TestNopsAdrpInsn2AndUseHasThunk()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc232 std::vector<uint8_t> thunk_code = CompileThunk(patch, &debug_name); in AddCompiledMethod() local
233 thunk_provider_.SetThunkCode(patch, ArrayRef<const uint8_t>(thunk_code), debug_name); in AddCompiledMethod()