Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4663 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info); in SetDispatchInfo() local
4667 DCHECK(had_current_method_input || !needs_current_method_input); in SetDispatchInfo()
4669 if (had_current_method_input && !needs_current_method_input) { in SetDispatchInfo()