Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4568 (NeedsCurrentMethodInput(dispatch_info.method_load_kind) ? 1u : 0u) + in HInvokeStaticOrDirect()
4584 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info.method_load_kind); in SetDispatchInfo()
4659 if (NeedsCurrentMethodInput(GetMethodLoadKind())) { in HasCurrentMethodInput()
4722 static bool NeedsCurrentMethodInput(MethodLoadKind kind) { in NeedsCurrentMethodInput() function
Dinstruction_builder.cc1427 HInvokeStaticOrDirect::NeedsCurrentMethodInput( in SetupInvokeArguments()