Home | History | Annotate | Download | only in runtime

Lines Matching full:newhandle

37         hs.NewHandle(soa.Decode<mirror::ClassLoader>(jclass_loader)));
44 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(),
95 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;")));
99 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
112 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;")));
114 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
139 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;")));
148 hs.NewHandle(
165 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction"))));
169 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStaticFieldsTest;", class_loader)));
225 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;")));
227 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
261 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction"))));
265 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInstanceFieldsTest;", class_loader)));
273 Handle<mirror::Object> h_instance(hs.NewHandle(h_klass->AllocObject(soa.Self())));
325 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;")));
327 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
361 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction"))));
365 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStaticArrayFieldsTest;", class_loader)));
440 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;")));
442 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
476 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction"))));
480 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$ResolveString;",
484 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(h_klass->GetDexCache()));
524 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction"))));
528 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$EmptyStatic;",
547 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction"))));
551 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$StaticFieldClass;",