Home | History | Annotate | Download | only in driver

Lines Matching refs:invoke_type

326                                               art::InvokeType invoke_type,
557 InvokeType invoke_type = method->GetInvokeType();
588 CompileMethod(code_item, access_flags, invoke_type, class_def_idx, method_idx, jclass_loader,
1059 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) {
1060 stats_->ProcessedInvoke(invoke_type, flags);
1281 InvokeType* invoke_type, MethodReference* target_method,
1284 InvokeType orig_invoke_type = *invoke_type;
1313 invoke_type, target_method, devirt_target, direct_code, direct_method);
1321 *invoke_type == kSuper) {
1326 GetCodeAndMethodForDirectCall(invoke_type, *invoke_type, false, referrer_class, resolved_method,
2094 InvokeType invoke_type, uint16_t class_def_idx,
2122 compiled_method = compiler_->Compile(code_item, access_flags, invoke_type, class_def_idx,
2130 invoke_type, class_def_idx,