Home
last modified time | relevance | path

Searched defs:GetTargetMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/lambda/
Dclosure.cc127 ArtMethod* Closure::GetTargetMethod() const { in GetTargetMethod() function in art::lambda::Closure
/art/compiler/
Doat_writer.cc1125 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::OatWriter::WriteCodeMethodVisitor
/art/compiler/optimizing/
Dnodes.h4004 MethodReference GetTargetMethod() const { return target_method_; } in GetTargetMethod() function