Searched refs:NeedsThunkCode (Results 1 – 5 of 5) sorted by relevance
211 virtual bool NeedsThunkCode(const linker::LinkerPatch& patch) const;
663 bool NeedsThunkCode(const linker::LinkerPatch& patch) const override;
611 bool NeedsThunkCode(const linker::LinkerPatch& patch) const override;
722 if (codegen->NeedsThunkCode(patch) && storage->GetThunkCode(patch).empty()) { in Emit()
452 bool CodeGenerator::NeedsThunkCode(const linker::LinkerPatch& patch ATTRIBUTE_UNUSED) const { in NeedsThunkCode() function in art::CodeGenerator