Searched refs:GetThunkCode (Results 1 – 10 of 10) sorted by relevance
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.cc | 28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function in art::linker::MultiOatRelativePatcher::ThunkProvider 31 *code = storage_->GetThunkCode(patch, debug_name); in GetThunkCode()
|
D | relative_patcher.h | 54 virtual void GetThunkCode(const LinkerPatch& patch,
|
D | multi_oat_relative_patcher.h | 147 void GetThunkCode(const LinkerPatch& patch,
|
D | relative_patcher_test.h | 298 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function
|
/art/compiler/driver/ |
D | compiled_code_storage.h | 57 virtual ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& patch,
|
/art/dex2oat/driver/ |
D | compiled_method_storage.h | 83 ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& linker_patch,
|
D | compiled_method_storage.cc | 271 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode() function in art::CompiledMethodStorage
|
/art/compiler/ |
D | common_compiler_test.cc | 154 ArrayRef<const uint8_t> GetThunkCode([[maybe_unused]] const linker::LinkerPatch& patch, in GetThunkCode() function in art::CommonCompilerTestImpl::OneCompiledMethodStorage
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 546 thunk_provider_->GetThunkCode(patch, &code, &debug_name); in ThunkDataForPatch()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 749 if (codegen->NeedsThunkCode(patch) && storage->GetThunkCode(patch).empty()) { in Emit()
|