Home
last modified time | relevance | path

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

/art/dex2oat/linker/
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()
Drelative_patcher.h54 virtual void GetThunkCode(const LinkerPatch& patch,
Dmulti_oat_relative_patcher.h147 void GetThunkCode(const LinkerPatch& patch,
Drelative_patcher_test.h287 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function
/art/compiler/driver/
Dcompiled_method_storage.h70 ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& linker_patch,
Dcompiled_method_storage.cc236 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode() function in art::CompiledMethodStorage
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc545 thunk_provider_->GetThunkCode(patch, &code, &debug_name); in ThunkDataForPatch()
/art/compiler/optimizing/
Doptimizing_compiler.cc719 if (codegen->NeedsThunkCode(patch) && storage->GetThunkCode(patch).empty()) { in Emit()