Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4647 (NeedsCurrentMethodInput(dispatch_info) ? 1u : 0u) + in HInvokeStaticOrDirect()
4663 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info); in SetDispatchInfo()
4747 static bool NeedsCurrentMethodInput(DispatchInfo dispatch_info) { in NeedsCurrentMethodInput() function
4764 if (NeedsCurrentMethodInput(GetDispatchInfo())) { in HasCurrentMethodInput()
Dinstruction_builder.cc1547 HInvokeStaticOrDirect::NeedsCurrentMethodInput( in SetupInvokeArguments()