Searched refs:EnsureExtDataPresent (Results 1 – 6 of 6) sorted by relevance
/art/test/2012-structural-redefinition-failures-jni-id/ |
D | set-jni-id-used.cc | 43 ObjPtr<mirror::ClassExt> ext(h->EnsureExtDataPresent(h, soa.Self())); in Java_Main_SetPointerIdsUsed()
|
/art/runtime/mirror/ |
D | class.cc | 116 ObjPtr<ClassExt> Class::EnsureExtDataPresent(Handle<Class> h_this, Thread* self) { in EnsureExtDataPresent() function in art::mirror::Class 232 ObjPtr<ClassExt> ext(EnsureExtDataPresent(h_this, self)); in SetStatus() 1662 ObjPtr<ClassExt> ext(EnsureExtDataPresent(h_this, self)); in EnsureMethodIds() 1681 ObjPtr<ClassExt> ext(EnsureExtDataPresent(h_this, self)); in EnsureStaticFieldIds() 1699 ObjPtr<ClassExt> ext(EnsureExtDataPresent(h_this, self)); in EnsureInstanceFieldIds()
|
D | class.h | 1151 static ObjPtr<ClassExt> EnsureExtDataPresent(Handle<Class> h_this, Thread* self)
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 411 mirror::Class::EnsureExtDataPresent(class_ext_class, self); in Init()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 221 hs.NewHandle(art::mirror::Class::EnsureExtDataPresent(klass, self)); in ClassPreDefine()
|
D | ti_redefine.cc | 3128 hs.NewHandle(art::mirror::Class::EnsureExtDataPresent(klass, driver_->self_)); in EnsureClassAllocationsFinished()
|