Home | History | Annotate | Download | only in native

Lines Matching refs:h_klass

369   Handle<mirror::Class> h_klass = hs.NewHandle(DecodeClass(soa, javaThis));
371 hs.NewHandle(GetDeclaredField(soa.Self(), h_klass.Get(), h_string.Get()));
374 if (name_str == "value" && h_klass->IsStringClass()) {
385 ThrowNoSuchFieldException(h_klass.Get(), name_str.c_str());
415 Handle<mirror::Class> h_klass = hs.NewHandle(DecodeClass(soa, javaThis));
418 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) {
428 for (auto& m : h_klass->GetDirectMethods(kRuntimePointerSize)) {