Home
last modified time | relevance | path

Searched refs:NeedsThunkCode (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h211 virtual bool NeedsThunkCode(const linker::LinkerPatch& patch) const;
Dcode_generator_arm64.h663 bool NeedsThunkCode(const linker::LinkerPatch& patch) const override;
Dcode_generator_arm_vixl.h611 bool NeedsThunkCode(const linker::LinkerPatch& patch) const override;
Doptimizing_compiler.cc722 if (codegen->NeedsThunkCode(patch) && storage->GetThunkCode(patch).empty()) { in Emit()
Dcode_generator.cc452 bool CodeGenerator::NeedsThunkCode(const linker::LinkerPatch& patch ATTRIBUTE_UNUSED) const { in NeedsThunkCode() function in art::CodeGenerator