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
228 if (UNLIKELY(arg == nullptr || !arg->InstanceOf(dst_class))) {
233 PrettyDescriptor(dst_class).c_str(),
741 mirror::Class* dst_class, ArtField* f,
745 if (!dst_class->IsPrimitive()) {
746 if (UNLIKELY(o != nullptr && !o->InstanceOf(dst_class))) {
750 PrettyDescriptor(dst_class).c_str(),
755 PrettyDescriptor(dst_class).c_str()).c_str());
762 if (UNLIKELY(dst_class->GetPrimitiveType() == Primitive::kPrimVoid)) {
771 PrettyDescriptor(dst_class).c_str()).c_str())
    [all...]
  /art/runtime/mirror/
object_array-inl.h 205 Class* dst_class = GetClass()->GetComponentType(); local
206 Class* lastAssignableElementClass = dst_class;
222 } else if (LIKELY(dst_class->IsAssignableFrom(o_class))) {
  /external/valgrind/VEX/priv/
host_s390_defs.c 7215 HRegClass dst_class, src_class; local
    [all...]

Completed in 59 milliseconds