Home
last modified time | relevance | path

Searched refs:NeedsCurrentMethod (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc924 if (instruction->NeedsCurrentMethod()) { in AllocateLocations()
Dnodes.h2664 bool NeedsCurrentMethod() const { in NeedsCurrentMethod() function
5290 number_of_arguments + (NeedsCurrentMethod(load_kind) ? 1 : 0),
5303 static bool NeedsCurrentMethod(MethodLoadKind load_kind) {