Searched refs:thunk_code (Results 1 – 5 of 5) sorted by relevance
90 std::vector<uint8_t> thunk_code(assembler.CodeSize()); in CompileThunkCode() local91 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode()93 return thunk_code; in CompileThunkCode()
39 std::vector<uint8_t> thunk_code,
81 std::vector<uint8_t> thunk_code, in ArmBaseRelativePatcher() argument84 : provider_(provider), instruction_set_(instruction_set), thunk_code_(thunk_code), in ArmBaseRelativePatcher()
258 std::vector<uint8_t> thunk_code(assembler.CodeSize()); in CompileThunkCode() local259 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode()261 return thunk_code; in CompileThunkCode()
331 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size); in TestNopsAdrpInsn2AndUseHasThunk() local332 if (ArrayRef<const uint8_t>(expected_thunk_code) != thunk_code) { in TestNopsAdrpInsn2AndUseHasThunk()333 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); in TestNopsAdrpInsn2AndUseHasThunk()