Home | History | Annotate | Download | only in driver

Lines Matching defs:invoke_type

341                                               art::InvokeType invoke_type,
553 InvokeType invoke_type = method->GetInvokeType();
583 CompileMethod(self, code_item, access_flags, invoke_type, class_def_idx, method_idx,
593 const InvokeType invoke_type = method->GetInvokeType();
605 CompileMethod(self, code_item, access_flags, invoke_type, class_def_idx, method_idx,
1252 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) {
1253 stats_->ProcessedInvoke(invoke_type, flags);
1493 InvokeType* invoke_type, MethodReference* target_method,
1496 InvokeType orig_invoke_type = *invoke_type;
1519 invoke_type, target_method, devirt_target, direct_code, direct_method);
1527 *invoke_type == kSuper) {
1533 invoke_type, *invoke_type, false, h_referrer_class.Get(), resolved_method, &stats_flags,
2256 uint32_t access_flags, InvokeType invoke_type,
2287 compiled_method = compiler_->Compile(code_item, access_flags, invoke_type, class_def_idx,
2295 invoke_type, class_def_idx,