HomeSort by relevance Sort by last modified time
    Searched refs:called_method (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_driver-inl.h 256 mirror::ArtMethod* called_method; local
259 called_method = class_linker->ResolveMethod(*devirt_target->dex_file,
267 called_method = class_linker->ResolveMethod(*devirt_target->dex_file,
272 CHECK(called_method != NULL);
273 CHECK(!called_method->IsAbstract());
275 GetCodeAndMethodForDirectCall(invoke_type, kDirect, true, referrer_class, called_method,
  /art/runtime/verifier/
method_verifier.cc 2190 mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_VIRTUAL, is_range, local
2226 mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, local
2309 mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, local
2643 mirror::ArtMethod* called_method = VerifyInvokeVirtualQuickArgs(inst, is_range); local
    [all...]

Completed in 257 milliseconds