Home
last modified time | relevance | path

Searched refs:h_name (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc317 Handle<mirror::String> h_name(hs.NewHandle(name)); in GetPublicFieldRecursive() local
321 ObjPtr<mirror::Field> result = GetDeclaredField(self, h_clazz.Get(), h_name.Get()); in GetPublicFieldRecursive()
336 result = GetPublicFieldRecursive(self, iface, h_name.Get()); in GetPublicFieldRecursive()
711 Handle<mirror::String> h_name(hs.NewHandle<mirror::String>(mirror::Class::ComputeName(klass))); in Class_getSimpleNameNative() local
712 if (h_name == nullptr) { in Class_getSimpleNameNative()
715 int32_t dot_index = h_name->LastIndexOf('.'); in Class_getSimpleNameNative()
717 return soa.AddLocalReference<jstring>(h_name.Get()); in Class_getSimpleNameNative()
720 int32_t length = h_name->GetLength() - start_index; in Class_getSimpleNameNative()
723 mirror::String::AllocFromString(soa.Self(), length, h_name, start_index, allocator_type)); in Class_getSimpleNameNative()