Home
last modified time | relevance | path

Searched refs:GetThunkCode (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.cc28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function in art::linker::MultiOatRelativePatcher::ThunkProvider
31 *code = storage_->GetThunkCode(patch, debug_name); in GetThunkCode()
H A Drelative_patcher.h54 virtual void GetThunkCode(const LinkerPatch& patch,
H A Dmulti_oat_relative_patcher.h147 void GetThunkCode(const LinkerPatch& patch,
H A Drelative_patcher_test.h287 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage.h70 ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& linker_patch,
H A Dcompiled_method_storage.cc236 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode() function in art::CompiledMethodStorage
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.cc545 thunk_provider_->GetThunkCode(patch, &code, &debug_name); in ThunkDataForPatch()
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc733 if (codegen->NeedsThunkCode(patch) && storage->GetThunkCode(patch).empty()) { in Emit()