Lines Matching refs:Self
582 StackHandleScope<1> hs(soa.Self()); in CompileOne()
856 StackHandleScope<1> hs(soa.Self()); in CanAssumeStringIsPresentInDexCache()
1072 StackHandleScope<3> hs(soa.Self()); in ComputeInstanceFieldInfo()
1098 StackHandleScope<1> hs(soa.Self()); in ComputeInstanceFieldInfo()
1124 StackHandleScope<3> hs(soa.Self()); in ComputeStaticFieldInfo()
1290 StackHandleScope<3> hs(soa.Self()); in ComputeInvokeInfo()
1617 StackHandleScope<2> hs(soa.Self()); in ResolveClassFieldsAndMethods()
1628 CheckAndClearResolveException(soa.Self()); in ResolveClassFieldsAndMethods()
1652 CheckAndClearResolveException(soa.Self()); in ResolveClassFieldsAndMethods()
1667 CheckAndClearResolveException(soa.Self()); in ResolveClassFieldsAndMethods()
1679 CheckAndClearResolveException(soa.Self()); in ResolveClassFieldsAndMethods()
1689 CheckAndClearResolveException(soa.Self()); in ResolveClassFieldsAndMethods()
1707 StackHandleScope<2> hs(soa.Self()); in ResolveType()
1714 CHECK(soa.Self()->IsExceptionPending()); in ResolveType()
1715 mirror::Throwable* exception = soa.Self()->GetException(nullptr); in ResolveType()
1721 soa.Self()->ClearException(); in ResolveType()
1773 StackHandleScope<3> hs(soa.Self()); in VerifyClass()
1777 hs.NewHandle(class_linker->FindClass(soa.Self(), descriptor, class_loader))); in VerifyClass()
1779 CHECK(soa.Self()->IsExceptionPending()); in VerifyClass()
1780 soa.Self()->ClearException(); in VerifyClass()
1801 CHECK(soa.Self()->IsExceptionPending()); in VerifyClass()
1802 soa.Self()->ClearException(); in VerifyClass()
1808 soa.Self()->AssertNoPendingException(); in VerifyClass()
1830 StackHandleScope<3> hs(soa.Self()); in SetVerifiedClass()
1834 hs.NewHandle(class_linker->FindClass(soa.Self(), descriptor, class_loader))); in SetVerifiedClass()
1841 ObjectLock<mirror::Class> lock(soa.Self(), klass); in SetVerifiedClass()
1842 klass->SetStatus(mirror::Class::kStatusVerified, soa.Self()); in SetVerifiedClass()
1849 Thread* self = soa.Self(); in SetVerifiedClass()
1875 StackHandleScope<3> hs(soa.Self()); in InitializeClass()
1879 hs.NewHandle(manager->GetClassLinker()->FindClass(soa.Self(), descriptor, class_loader))); in InitializeClass()
1897 ObjectLock<mirror::Class> lock(soa.Self(), h_klass); in InitializeClass()
1923 const char* old_casue = soa.Self()->StartAssertNoThreadSuspension("Transaction end"); in InitializeClass()
1927 CHECK(soa.Self()->IsExceptionPending()); in InitializeClass()
1929 mirror::Throwable* exception = soa.Self()->GetException(&throw_location); in InitializeClass()
1932 soa.Self()->ClearException(); in InitializeClass()
1936 soa.Self()->EndAssertNoThreadSuspension(old_casue); in InitializeClass()
1939 soa.Self()->AssertNoPendingException(); in InitializeClass()
1947 soa.Self()->ClearException(); in InitializeClass()
2001 StackHandleScope<3> hs(soa.Self()); in CompileClass()
2005 hs.NewHandle(class_linker->FindClass(soa.Self(), descriptor, class_loader))); in CompileClass()
2007 CHECK(soa.Self()->IsExceptionPending()); in CompileClass()
2008 soa.Self()->ClearException(); in CompileClass()
2028 StackHandleScope<1> hs(soa.Self()); in CompileClass()
2031 dex_to_dex_compilation_level = GetDexToDexCompilationlevel(soa.Self(), class_loader, dex_file, in CompileClass()