Home
last modified time | relevance | path

Searched defs:EnsureInitialized (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dcommon_dex_operations.h62 inline bool EnsureInitialized(Thread* self, ShadowFrame* shadow_frame) in EnsureInitialized() function
Dsubtype_check.h238 static SubtypeCheckInfo::State EnsureInitialized(ClassPtr klass) in EnsureInitialized() function
Dsubtype_check_test.cc228 SubtypeCheckInfo::State EnsureInitialized() in EnsureInitialized() function
Dclass_linker.cc6188 bool ClassLinker::EnsureInitialized(Thread* self, in EnsureInitialized() function in art::ClassLinker
/art/runtime/jni/
Djni_internal.cc467 static ObjPtr<mirror::Class> EnsureInitialized(Thread* self, ObjPtr<mirror::Class> klass) in EnsureInitialized() function