Searched refs:needs_current_method_input (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dnodes.h3936 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info.method_load_kind); local
3940 DCHECK(had_current_method_input || !needs_current_method_input);
3942 if (had_current_method_input && !needs_current_method_input) {

Completed in 18 milliseconds