Home | History | Annotate | Download | only in portable

Lines Matching refs:invoke_type

327   InvokeType invoke_type;
336 invoke_type = kDirect;
340 invoke_type = kDirect;
344 invoke_type = kStatic;
348 invoke_type = kStatic;
352 invoke_type = kSuper;
356 invoke_type = kSuper;
360 invoke_type = kVirtual;
364 invoke_type = kVirtual;
368 invoke_type = kInterface;
372 invoke_type = kInterface;
378 invoke_type = kDirect;
382 called = linker->ResolveMethod(Thread::Current(), dex_method_idx, &caller, invoke_type);
384 CHECK(!called->CheckIncompatibleClassChange(invoke_type));
386 if (invoke_type == kVirtual) {
388 } else if (invoke_type == kInterface) {
393 invoke_type = kStatic;
395 CHECK(!called->CheckIncompatibleClassChange(invoke_type));
417 if (invoke_type == kStatic) {