Searched refs:Self (Results 1 - 25 of 61) sorted by path

123

/art/compiler/dex/
H A Dmir_field_info.cc46 StackHandleScope<3> hs(soa.Self());
93 StackHandleScope<3> hs(soa.Self());
H A Dmir_method_info.cc48 StackHandleScope<3> hs(soa.Self());
/art/compiler/driver/
H A Dcompiler_driver-inl.h52 DCHECK_EQ(referrer_class == nullptr, soa.Self()->IsExceptionPending());
55 soa.Self()->ClearException();
68 DCHECK_EQ(resolved_field == nullptr, soa.Self()->IsExceptionPending());
71 soa.Self()->ClearException();
176 DCHECK_EQ(resolved_method == nullptr, soa.Self()->IsExceptionPending());
179 soa.Self()->ClearException();
271 StackHandleScope<1> hs(soa.Self());
H A Dcompiler_driver.cc582 StackHandleScope<1> hs(soa.Self());
856 StackHandleScope<1> hs(soa.Self());
1072 StackHandleScope<3> hs(soa.Self());
1098 StackHandleScope<1> hs(soa.Self());
1124 StackHandleScope<3> hs(soa.Self());
1290 StackHandleScope<3> hs(soa.Self());
1617 StackHandleScope<2> hs(soa.Self());
1628 CheckAndClearResolveException(soa.Self());
1652 CheckAndClearResolveException(soa.Self());
1667 CheckAndClearResolveException(soa.Self());
[all...]
H A Dcompiler_driver_test.cc84 StackHandleScope<1> hs(soa.Self());
87 mirror::Class* c = class_linker->FindClass(soa.Self(), descriptor, loader);
/art/compiler/
H A Delf_writer_mclinker.cc364 StackHandleScope<1> hs(soa.Self());
H A Dimage_test.cc177 mirror::Class* klass = class_linker_->FindSystemClass(soa.Self(), descriptor);
H A Doat_test.cc163 StackHandleScope<1> hs(soa.Self());
164 mirror::Class* klass = class_linker->FindClass(soa.Self(), descriptor,
H A Doat_writer.cc555 StackHandleScope<1> hs(soa.Self());
/art/compiler/jni/
H A Djni_compiler_test.cc63 StackHandleScope<1> hs(soa.Self());
67 mirror::Class* c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader);
230 StackHandleScope<1> hs(soa.Self());
249 StackHandleScope<1> hs(soa.Self());
/art/compiler/optimizing/
H A Dbuilder.cc389 StackHandleScope<1> hs(soa.Self());
/art/oatdump/
H A Doatdump.cc908 StackHandleScope<2> hs(soa.Self());
/art/runtime/arch/
H A Dstub_test.cc611 StackHandleScope<2> hs(soa.Self());
613 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!")));
638 mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!")));
686 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!")));
729 objects[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), ""));
833 StackHandleScope<2> hs(soa.Self());
835 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;")));
837 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;")));
886 StackHandleScope<5> hs(soa.Self());
888 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljav
[all...]
/art/runtime/
H A Dcheck_jni.cc774 ToStr<Thread>(*self).c_str(), ToStr<Thread>(*soa_.Self()).c_str());
H A Dclass_linker.cc3779 Thread* self = soa.Self();
H A Dclass_linker_test.cc626 StackHandleScope<1> hs(soa.Self());
630 mirror::Class* outer = class_linker_->FindClass(soa.Self(), "LNested;", class_loader);
635 mirror::Class* inner = class_linker_->FindClass(soa.Self(), "LNested$Inner;", class_loader);
657 mirror::Class* JavaLangObject = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;");
698 StackHandleScope<1> hs(soa.Self());
702 mirror::Class* MyClass = class_linker_->FindClass(soa.Self(), "LMyClass;", class_loader);
752 mirror::Class* array_class = class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;");
754 mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), array_class, 0);
767 StackHandleScope<5> hs(soa.Self());
768 Handle<mirror::LongArray> long_array(hs.NewHandle(mirror::LongArray::Alloc(soa.Self(),
[all...]
H A Dcommon_runtime_test.cc359 soa.Self()->SetClassLoaderOverride(soa.Decode<mirror::ClassLoader*>(class_loader_local.get()));
H A Ddebugger.cc398 MutexLock mu(soa.Self(), *Locks::thread_suspend_count_lock_);
985 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
1005 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
1974 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
1999 const char* old_cause = soa.Self()->StartAssertNoThreadSuspension("Debugger: GetThreadGroup");
2003 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
2021 soa.Self()->EndAssertNoThreadSuspension(old_cause);
2051 const char* old_cause = soa.Self()->StartAssertNoThreadSuspension("Debugger: GetThreadGroupName");
2056 soa.Self()->EndAssertNoThreadSuspension(old_cause);
2070 const char* old_cause = soa.Self()
[all...]
H A Dexception_test.cc42 StackHandleScope<2> hs(soa.Self());
45 my_klass_ = class_linker_->FindClass(soa.Self(), "LExceptionHandle;", class_loader);
H A Dindirect_reference_table_test.cc51 mirror::Class* c = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;");
53 mirror::Object* obj0 = c->AllocObject(soa.Self());
55 mirror::Object* obj1 = c->AllocObject(soa.Self());
57 mirror::Object* obj2 = c->AllocObject(soa.Self());
59 mirror::Object* obj3 = c->AllocObject(soa.Self());
H A Dintern_table_test.cc32 StackHandleScope<4> hs(soa.Self());
36 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
54 StackHandleScope<1> hs(soa.Self());
56 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
102 StackHandleScope<5> hs(soa.Self());
104 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello")));
106 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "world")));
117 ReaderMutexLock mu(soa.Self(), *Locks::heap_bitmap_lock_);
125 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "still here")));
135 StackHandleScope<2> hs(soa.Self());
[all...]
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc171 stack_state_val.reset(soa.Self()->CreateInternalStackTrace<false>(soa));
240 soa.Self()->AssertThreadSuspensionIsAllowable();
248 CHECK(soa.Self()->IsExceptionPending());
260 CHECK(soa.Self()->IsExceptionPending());
279 if (LIKELY(!soa.Self()->IsExceptionPending())) {
284 StackHandleScope<1> hs(soa.Self());
303 DCHECK(soa.Self()->IsExceptionPending());
311 mirror::Throwable* exception = soa.Self()->GetException(NULL);
338 soa.Self()->ThrowNewWrappedException(throw_location,
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc841 StackHandleScope<1> hs(soa.Self());
/art/runtime/gc/
H A Dheap_test.cc47 StackHandleScope<1> hs(soa.Self());
49 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;")));
51 StackHandleScope<1> hs(soa.Self());
53 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), c.Get(), 2048)));
55 mirror::String* string = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!");
/art/runtime/gc/space/
H A Dspace_test.h183 StackHandleScope<3> hs(soa.Self());
286 StackHandleScope<3> hs(soa.Self());
422 StackHandleScope<1> hs(soa.Self());
514 StackHandleScope<1> hs(soa.Self());

Completed in 296 milliseconds

123