Home | History | Annotate | Download | only in llvm

Lines Matching refs:invoke_type

357                                                         art::InvokeType invoke_type,
822 art::InvokeType invoke_type =
824 bool is_static = (invoke_type == art::kStatic);
837 &invoke_type, &target_method,
845 EmitCallRuntimeForCalleeMethodObjectAddr(target_method.dex_method_index, invoke_type,
848 switch (invoke_type) {
876 invoke_type, this_addr,
937 art::InvokeType invoke_type =
939 DCHECK_NE(invoke_type, art::kStatic);
2308 art::InvokeType invoke_type = static_cast<art::InvokeType>(LV2UInt(call_inst.getArgOperand(0)));
2309 bool is_static = (invoke_type == art::kStatic);
2483 art::InvokeType invoke_type,
2489 switch (invoke_type) {
2518 DCHECK_EQ(invoke_type, art::kStatic);