Lines Matching refs:soa

65   ScopedObjectAccess soa(env);  in Java_Main_hasOatFile()  local
67 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(cls); in Java_Main_hasOatFile()
76 ScopedObjectAccess soa(env); in Java_Main_getCompilerFilter() local
78 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(cls); in Java_Main_getCompilerFilter()
87 return soa.AddLocalReference<jobject>( in Java_Main_getCompilerFilter()
88 mirror::String::AllocFromModifiedUtf8(soa.Self(), filter.c_str())); in Java_Main_getCompilerFilter()
116 ScopedObjectAccess soa(env); in Java_Main_compiledWithOptimizing() local
118 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(cls); in Java_Main_compiledWithOptimizing()
171 ScopedObjectAccess soa(self); in Java_Main_isAotCompiled() local
174 ArtMethod* method = soa.Decode<mirror::Class>(cls)->FindDeclaredDirectMethodByName( in Java_Main_isAotCompiled()
187 static ArtMethod* GetMethod(ScopedObjectAccess& soa, jclass cls, const ScopedUtfChars& chars) in GetMethod() argument
190 ArtMethod* method = soa.Decode<mirror::Class>(cls)->FindDeclaredDirectMethodByName( in GetMethod()
193 method = soa.Decode<mirror::Class>(cls)->FindDeclaredVirtualMethodByName( in GetMethod()
209 ScopedObjectAccess soa(self); in Java_Main_hasJitCompiledEntrypoint() local
211 ArtMethod* method = GetMethod(soa, cls, chars); in Java_Main_hasJitCompiledEntrypoint()
226 ScopedObjectAccess soa(self); in Java_Main_hasJitCompiledCode() local
228 ArtMethod* method = GetMethod(soa, cls, chars); in Java_Main_hasJitCompiledCode()
235 ScopedObjectAccess soa(self); in ForceJitCompiled() local
278 ScopedObjectAccess soa(self); in ForceJitCompiled() local
304 ScopedObjectAccess soa(self); in Java_Main_ensureMethodJitCompiled() local
305 method = ArtMethod::FromReflectedMethod(soa, meth); in Java_Main_ensureMethodJitCompiled()
322 ScopedObjectAccess soa(self); in Java_Main_ensureJitCompiled() local
325 method = GetMethod(soa, cls, chars); in Java_Main_ensureJitCompiled()
335 ScopedObjectAccess soa(Thread::Current()); in Java_Main_hasSingleImplementation() local
338 method = soa.Decode<mirror::Class>(cls)->FindDeclaredVirtualMethodByName( in Java_Main_hasSingleImplementation()
347 ScopedObjectAccess soa(Thread::Current()); in Java_Main_getHotnessCounter() local
351 soa.Decode<mirror::Class>(cls)->FindDeclaredDirectMethodByName(chars.c_str(), in Java_Main_getHotnessCounter()
357 method = soa.Decode<mirror::Class>(cls)->FindDeclaredVirtualMethodByName(chars.c_str(), in Java_Main_getHotnessCounter()
379 ScopedObjectAccess soa(Thread::Current()); in Java_Main_fetchProfiles() local
424 ScopedObjectAccess soa(env); in Java_Main_genericFieldOffset() local
430 ScopedObjectAccess soa(env); in Java_Main_isObsoleteObject() local
431 return soa.Decode<mirror::Class>(c)->IsObsoleteObject(); in Java_Main_isObsoleteObject()