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

  /art/runtime/
reflection.h 37 bool UnboxPrimitiveForField(mirror::Object* o, mirror::Class* dst_class, ArtField* f,
40 bool UnboxPrimitiveForResult(mirror::Object* o, mirror::Class* dst_class, JValue* unboxed_value)
44 Primitive::Type src_class, Primitive::Type dst_class,
reflection.cc 226 mirror::Class* dst_class = local
230 if (UNLIKELY(arg == nullptr || !arg->InstanceOf(dst_class))) {
235 PrettyDescriptor(dst_class).c_str(),
746 mirror::Class* dst_class, ArtField* f,
750 if (!dst_class->IsPrimitive()) {
751 if (UNLIKELY(o != nullptr && !o->InstanceOf(dst_class))) {
755 PrettyDescriptor(dst_class).c_str(),
760 PrettyDescriptor(dst_class).c_str()).c_str());
767 if (UNLIKELY(dst_class->GetPrimitiveType() == Primitive::kPrimVoid)) {
776 PrettyDescriptor(dst_class).c_str()).c_str())
    [all...]
  /art/runtime/mirror/
object_array-inl.h 208 Class* dst_class = GetClass()->GetComponentType(); local
209 Class* lastAssignableElementClass = dst_class;
225 } 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 6787 milliseconds