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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 577 ArtMethod* imt_method = (*this_object)->GetClass()->GetImt(pointer_size)-> local
579 if (!imt_method->IsRuntimeMethod()) {
584 CHECK_EQ(imt_method, method) << ArtMethod::PrettyMethod(resolved_method) << " / "
585 << imt_method->PrettyMethod() << " / "
589 return imt_method;
    [all...]
  /art/compiler/
image_writer.cc 1346 ArtMethod* imt_method = imt->Get(i, target_ptr_size_); local
    [all...]

Completed in 472 milliseconds