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

  /art/runtime/openjdkjvmti/
ti_class_loader.cc 174 if (!loader_class->IsSubClass(base_dex_loader_class.Get())) {
  /art/runtime/mirror/
class-inl.h 519 inline bool Class::IsSubClass(ObjPtr<Class> klass) {
    [all...]
class.cc 475 return klass->IsSubClass(declaring_class);
    [all...]
class.h 668 bool IsSubClass(ObjPtr<Class> klass) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/
method_handles.cc 249 if (boxed_from_class->IsSubClass(to)) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 378 milliseconds