HomeSort by relevance Sort by last modified time
    Searched refs:dst_class (Results 1 - 5 of 5) 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 240 ObjPtr<mirror::Class> dst_class(
243 if (dst_class.Ptr() == nullptr) {
247 if (UNLIKELY(arg == nullptr || !arg->InstanceOf(dst_class))) {
252 mirror::Class::PrettyDescriptor(dst_class).c_str(),
771 ObjPtr<mirror::Class> dst_class,
776 if (!dst_class->IsPrimitive()) {
777 if (UNLIKELY(o != nullptr && !o->InstanceOf(dst_class))) {
782 dst_class->PrettyDescriptor().c_str(),
788 dst_class->PrettyDescriptor().c_str()).c_str());
795 if (UNLIKELY(dst_class->GetPrimitiveType() == Primitive::kPrimVoid))
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 309 dst_class = self._propagate_bit_size_up(search)
310 if dst_class == 0:
311 dst_class = self._new_class()
312 self._propagate_bit_class_down(search, dst_class)
315 assert validate_dst_class == 0 or validate_dst_class == dst_class
316 self._validate_bit_class_down(replace, dst_class)
  /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 502 milliseconds