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

  /art/runtime/
reflection.h 38 bool UnboxPrimitiveForField(mirror::Object* o, mirror::Class* dst_class, mirror::ArtField* f,
42 mirror::Class* dst_class, JValue* unboxed_value)
46 Primitive::Type src_class, Primitive::Type dst_class,
reflection.cc 233 mirror::Class* dst_class = local
235 if (UNLIKELY(arg == nullptr || !arg->InstanceOf(dst_class))) {
240 PrettyDescriptor(dst_class).c_str(),
694 mirror::Class* dst_class, mirror::ArtField* f,
698 if (!dst_class->IsPrimitive()) {
699 if (UNLIKELY(o != nullptr && !o->InstanceOf(dst_class))) {
704 PrettyDescriptor(dst_class).c_str(),
710 PrettyDescriptor(dst_class).c_str()).c_str());
717 if (UNLIKELY(dst_class->GetPrimitiveType() == Primitive::kPrimVoid)) {
728 PrettyDescriptor(dst_class).c_str()).c_str())
    [all...]
  /art/runtime/mirror/
object_array-inl.h 200 Class* dst_class = GetClass()->GetComponentType(); local
201 Class* lastAssignableElementClass = dst_class;
217 } else if (LIKELY(dst_class->IsAssignableFrom(o_class))) {
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 7345 HRegClass dst_class, src_class; local
    [all...]

Completed in 277 milliseconds