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

  /art/runtime/
reflection.h 40 ObjPtr<mirror::Class> dst_class,
46 ObjPtr<mirror::Class> dst_class,
51 Primitive::Type dst_class,
58 Primitive::Type dst_class,
reflection.cc 239 ObjPtr<mirror::Class> dst_class(
242 if (dst_class.Ptr() == nullptr) {
246 if (UNLIKELY(arg == nullptr || !arg->InstanceOf(dst_class))) {
251 mirror::Class::PrettyDescriptor(dst_class).c_str(),
770 ObjPtr<mirror::Class> dst_class,
775 if (!dst_class->IsPrimitive()) {
776 if (UNLIKELY(o != nullptr && !o->InstanceOf(dst_class))) {
781 dst_class->PrettyDescriptor().c_str(),
787 dst_class->PrettyDescriptor().c_str()).c_str());
794 if (UNLIKELY(dst_class->GetPrimitiveType() == Primitive::kPrimVoid))
    [all...]
  /art/runtime/mirror/
object_array-inl.h 268 Class* dst_class = GetClass()->GetComponentType(); local
269 Class* lastAssignableElementClass = dst_class;
294 } else if (LIKELY(dst_class->IsAssignableFrom(o_class))) {
319 } else if (LIKELY(dst_class->IsAssignableFrom(o_class))) {
  /external/valgrind/VEX/priv/
host_s390_defs.c 7270 HRegClass dst_class, src_class; local
    [all...]

Completed in 1355 milliseconds