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 263 mirror::ArtMethod* called_method; local
266 called_method = class_linker->ResolveMethod(*devirt_target->dex_file,
274 called_method = class_linker->ResolveMethod(*devirt_target->dex_file,
279 CHECK(called_method != NULL);
280 CHECK(!called_method->IsAbstract());
285 referrer_class, called_method,
  /art/runtime/verifier/
method_verifier.cc 2225 mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_VIRTUAL, is_range, local
2261 mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, local
2344 mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, local
2678 mirror::ArtMethod* called_method = VerifyInvokeVirtualQuickArgs(inst, is_range); local
    [all...]

Completed in 4819 milliseconds