Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.h122 ObjPtr<mirror::Class> GetEnclosingClass(Handle<mirror::Class> klass)
H A Ddex_file_annotations.cc1512 ObjPtr<mirror::Class> GetEnclosingClass(Handle<mirror::Class> klass) { in GetEnclosingClass() function
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc757 return soa.AddLocalReference<jclass>(annotations::GetEnclosingClass(klass)); in Class_getEnclosingClass()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc444 result->SetL(annotations::GetEnclosingClass(klass)); in UnstartedClassGetEnclosingClass()