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

  /art/runtime/
reflection.cc 78 mirror::Class* dst_class = mh.GetClassFromTypeIdx(classes->GetTypeItem(i).type_idx_); local
79 if (!UnboxPrimitiveForArgument(arg, dst_class, decoded_args[i], m, i)) {
82 if (!dst_class->IsPrimitive()) {
282 mirror::Class* dst_class, JValue& unboxed_value,
286 if (!dst_class->IsPrimitive()) {
287 if (UNLIKELY(o != NULL && !o->InstanceOf(dst_class))) {
292 PrettyDescriptor(dst_class).c_str(),
298 PrettyDescriptor(dst_class).c_str()).c_str());
305 if (UNLIKELY(dst_class->GetPrimitiveType() == Primitive::kPrimVoid)) {
316 PrettyDescriptor(dst_class).c_str()).c_str())
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 5494 HRegClass dst_class, src_class; local
    [all...]

Completed in 141 milliseconds