Home
last modified time | relevance | path

Searched refs:SetThunkCode (Results 1 – 6 of 6) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage.h74 void SetThunkCode(const linker::LinkerPatch& linker_patch,
Dcompiled_method_storage.cc255 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch, in SetThunkCode() function in art::CompiledMethodStorage
/art/dex2oat/linker/
Drelative_patcher_test.h281 void SetThunkCode(const LinkerPatch& patch, in SetThunkCode() function
/art/compiler/optimizing/
Doptimizing_compiler.cc726 storage->SetThunkCode(patch, ArrayRef<const uint8_t>(code), debug_name); in Emit()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc233 thunk_provider_.SetThunkCode(patch, ArrayRef<const uint8_t>(thunk_code), debug_name); in AddCompiledMethod()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc206 thunk_provider_.SetThunkCode(patch, ArrayRef<const uint8_t>(thunk_code), debug_name); in AddCompiledMethod()