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

  /art/runtime/
method_handles-inl.h 38 ObjPtr<mirror::Class> from_class(callsite_type->GetPTypes()->GetWithoutChecks(index));
40 if (from_class == to_class) {
45 // |unsafe. ConvertJValueCommon() saves |value|, |from_class|, and
48 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) {
61 ObjPtr<mirror::Class> from_class(callee_type->GetRType());
63 if (to_class->GetPrimitiveType() == Primitive::kPrimVoid || from_class == to_class) {
68 // unsafe. ConvertJValueCommon() saves |value|, |from_class|, and
71 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) {
  /toolchain/binutils/binutils-2.25/binutils/
prdbg.c 2594 char *t, *dname, *from_class; local
    [all...]

Completed in 574 milliseconds