Searched defs:NeedsCurrentMethodInput (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h3922 (NeedsCurrentMethodInput(dispatch_info.method_load_kind) ? 1u : 0u) +
3936 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info.method_load_kind);
3994 if (NeedsCurrentMethodInput(GetMethodLoadKind())) {
4064 static bool NeedsCurrentMethodInput(MethodLoadKind kind) { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::ClinitCheckRequirement

Completed in 125 milliseconds