Home | History | Annotate | Download | only in quick

Lines Matching defs:invoke_type

827   InvokeType invoke_type;
841 invoke_type = kDirect;
845 invoke_type = kDirect;
849 invoke_type = kStatic;
853 invoke_type = kStatic;
857 invoke_type = kSuper;
861 invoke_type = kSuper;
865 invoke_type = kVirtual;
869 invoke_type = kVirtual;
873 invoke_type = kInterface;
877 invoke_type = kInterface;
886 invoke_type = kStatic;
894 RememberForGcArgumentVisitor visitor(sp, invoke_type == kStatic, shorty, shorty_len, &soa);
897 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface;
905 called = linker->ResolveMethod(self, called_method.dex_method_index, caller, invoke_type);
910 CHECK(!called->CheckIncompatibleClassChange(invoke_type))
911 << PrettyMethod(called) << " " << invoke_type;
914 CHECK(receiver != nullptr) << invoke_type;
917 if (invoke_type == kVirtual) {
925 << invoke_type << " " << orig_called->GetVtableIndex();
950 } else if (invoke_type == kStatic) {
991 } else if (invoke_type == kStatic) {