Searched refs:thunk_code (Results 1 – 2 of 2) sorted by relevance
204 std::vector<uint8_t> thunk_code = CompileThunk(patch, &debug_name); in AddCompiledMethod() local205 thunk_provider_.SetThunkCode(patch, ArrayRef<const uint8_t>(thunk_code), debug_name); in AddCompiledMethod()417 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size); in TestNopsAdrpInsn2AndUseHasThunk() local418 if (ArrayRef<const uint8_t>(expected_thunk_code) != thunk_code) { in TestNopsAdrpInsn2AndUseHasThunk()419 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); in TestNopsAdrpInsn2AndUseHasThunk()
231 std::vector<uint8_t> thunk_code = CompileThunk(patch, &debug_name); in AddCompiledMethod() local232 thunk_provider_.SetThunkCode(patch, ArrayRef<const uint8_t>(thunk_code), debug_name); in AddCompiledMethod()