Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc994 if (instruction->NeedsCurrentMethod()) { in AllocateLocations()
Dnodes.h2589 bool NeedsCurrentMethod() const { in NeedsCurrentMethod() function
5142 number_of_arguments + (NeedsCurrentMethod(load_kind) ? 1 : 0),
5154 static bool NeedsCurrentMethod(MethodLoadKind load_kind) {