Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4662 bool had_current_method_input = HasCurrentMethodInput(); in SetDispatchInfo()
4755 DCHECK(HasCurrentMethodInput()); in GetCurrentMethodIndex()
4763 bool HasCurrentMethodInput() const { in HasCurrentMethodInput() function
4782 return GetNumberOfArguments() + (HasCurrentMethodInput() ? 1u : 0u); in GetSpecialInputIndexUnchecked()
Dcode_generator.cc966 !instruction->AsInvokeStaticOrDirect()->HasCurrentMethodInput()) { in AllocateLocations()