Home
last modified time | relevance | path

Searched defs:GetThunkCode (Results 1 – 4 of 4) 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
Drelative_patcher_test.h298 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function
/art/compiler/
Dcommon_compiler_test.cc154 ArrayRef<const uint8_t> GetThunkCode([[maybe_unused]] const linker::LinkerPatch& patch, in GetThunkCode() function in art::CommonCompilerTestImpl::OneCompiledMethodStorage
/art/dex2oat/driver/
Dcompiled_method_storage.cc271 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode() function in art::CompiledMethodStorage