Searched refs:GetThunkCode (Results 1 – 8 of 8) sorted by relevance
28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function in art::linker::MultiOatRelativePatcher::ThunkProvider31 *code = storage_->GetThunkCode(patch, debug_name); in GetThunkCode()
54 virtual void GetThunkCode(const LinkerPatch& patch,
147 void GetThunkCode(const LinkerPatch& patch,
287 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode() function
70 ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& linker_patch,
236 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode() function in art::CompiledMethodStorage
545 thunk_provider_->GetThunkCode(patch, &code, &debug_name); in ThunkDataForPatch()
733 if (codegen->NeedsThunkCode(patch) && storage->GetThunkCode(patch).empty()) { in Emit()