Home
last modified time | relevance | path

Searched refs:ScopedObjectAccess (Results 1 – 25 of 74) sorted by relevance

123

/art/runtime/
Djni_internal.cc72 static jweak AddWeakGlobalReference(ScopedObjectAccess& soa, mirror::Object* obj) in AddWeakGlobalReference()
106 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, mirror::Class* c, in ThrowNoSuchMethodError()
116 static void ReportInvalidJNINativeMethod(const ScopedObjectAccess& soa, mirror::Class* c, in ReportInvalidJNINativeMethod()
140 static jmethodID FindMethodID(ScopedObjectAccess& soa, jclass jni_class, in FindMethodID()
167 static mirror::ClassLoader* GetClassLoader(const ScopedObjectAccess& soa) in GetClassLoader()
195 static jfieldID FindFieldID(const ScopedObjectAccess& soa, jclass jni_class, const char* name, in FindFieldID()
245 static void ThrowAIOOBE(ScopedObjectAccess& soa, mirror::Array* array, jsize start, in ThrowAIOOBE()
255 static void ThrowSIOOBE(ScopedObjectAccess& soa, jsize start, jsize length, in ThrowSIOOBE()
290 ScopedObjectAccess soa(env); in ThrowNewException()
301 ScopedObjectAccess soa(env); in ThrowNewException()
[all …]
Dmonitor_test.cc115 ScopedObjectAccess soa(self); in Run()
145 ScopedObjectAccess soa(self); in Run()
164 ScopedObjectAccess soa(self); in Run()
191 ScopedObjectAccess soa(self); in Run()
229 ScopedObjectAccess soa(self); in Run()
268 ScopedObjectAccess soa(self); in Run()
296 ScopedObjectAccess soa(Thread::Current()); in CommonWaitSetup()
313 ScopedObjectAccess soa(self); in CommonWaitSetup()
345 ScopedObjectAccess soa(self); in CommonWaitSetup()
Dscoped_thread_state_change.h256 class ScopedObjectAccess : public ScopedObjectAccessUnchecked {
258 explicit ScopedObjectAccess(JNIEnv* env) in ScopedObjectAccess() function
264 explicit ScopedObjectAccess(Thread* self) in ScopedObjectAccess() function
270 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE { in UNLOCK_FUNCTION()
278 explicit ScopedObjectAccess(JavaVM* vm) in ScopedObjectAccess() function
283 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccess);
Dreflection_test.cc78 ScopedObjectAccess soa(env_); in GetPrimitiveClass()
132 ScopedObjectAccess soa(env_); in InvokeNopMethod()
140 ScopedObjectAccess soa(env_); in InvokeIdentityByteMethod()
164 ScopedObjectAccess soa(env_); in InvokeIdentityIntMethod()
188 ScopedObjectAccess soa(env_); in InvokeIdentityDoubleMethod()
212 ScopedObjectAccess soa(env_); in InvokeSumIntIntMethod()
240 ScopedObjectAccess soa(env_); in InvokeSumIntIntIntMethod()
278 ScopedObjectAccess soa(env_); in InvokeSumIntIntIntIntMethod()
321 ScopedObjectAccess soa(env_); in InvokeSumIntIntIntIntIntMethod()
369 ScopedObjectAccess soa(env_); in InvokeSumDoubleDoubleMethod()
[all …]
Dnative_bridge_art_interface.cc29 ScopedObjectAccess soa(env); in GetMethodShorty()
40 ScopedObjectAccess soa(env); in GetNativeMethodCount()
64 ScopedObjectAccess soa(env); in GetNativeMethods()
Ddex_file_test.cc33 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
155 ScopedObjectAccess soa(Thread::Current()); in OpenDexFileBase64()
199 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
206 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
214 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
227 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
277 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
Dintern_table_test.cc30 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
50 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
98 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
131 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
Dutils_test.cc107 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
125 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
134 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
143 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
207 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
216 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
Dtransaction_test.cc30 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
49 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
77 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
104 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
199 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
299 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
413 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
433 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
454 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
Dclass_linker_test.cc603 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
619 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
625 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
642 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
656 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
744 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
751 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
766 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
799 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
821 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
[all …]
Ddex_method_iterator_test.cc30 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
Djobject_comparator.cc33 ScopedObjectAccess soa(Thread::Current()); in operator ()()
Dexception_test.cc41 ScopedObjectAccess soa(Thread::Current()); in SetUp()
123 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
164 ScopedObjectAccess soa(env); in TEST_F()
/art/test/004-UnsafeTest/
Dunsafe_test.cc28 ScopedObjectAccess soa(env); in Java_Main_vmArrayBaseOffset()
35 ScopedObjectAccess soa(env); in Java_Main_vmArrayIndexScale()
/art/runtime/native/
Djava_lang_Thread.cc61 ScopedObjectAccess soa(env); in Thread_nativeGetStatus()
97 ScopedObjectAccess soa(env); in Thread_nativeHoldsLock()
121 ScopedObjectAccess soa(env); in Thread_nativeSetName()
141 ScopedObjectAccess soa(env); in Thread_nativeSetName()
157 ScopedObjectAccess soa(env); in Thread_nativeSetPriority()
Ddalvik_system_VMDebug.cc93 ScopedObjectAccess soa(env); in VMDebug_startMethodTracingFd()
148 ScopedObjectAccess soa(env); in ThrowUnsupportedOperationException()
196 ScopedObjectAccess soa(env); in VMDebug_dumpHprofData()
216 ScopedObjectAccess soa(env); in VMDebug_dumpHprofData()
230 ScopedObjectAccess soa(env); in VMDebug_dumpReferenceTables()
249 ScopedObjectAccess soa(env); in VMDebug_countInstancesOfClass()
296 ScopedObjectAccess soa(env); in VMDebug_getHeapSpaceStats()
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc51 ScopedObjectAccess soa(env); in DdmVmInternal_getStackTraceById()
72 ScopedObjectAccess soa(env); in DdmVmInternal_getStackTraceById()
/art/runtime/mirror/
Dobject_test.cc117 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
128 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
165 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
188 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
218 ScopedObjectAccess soa(Thread::Current()); in TestPrimitiveArray()
272 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
290 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
326 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
371 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
395 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
[all …]
/art/runtime/verifier/
Dreg_type_test.cc34 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
56 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
80 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
345 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
360 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
376 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
398 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
423 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
443 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
456 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
[all …]
/art/compiler/driver/
Dcompiler_driver_test.cc83 ScopedObjectAccess soa(Thread::Current()); in MakeDexFileExecutable()
108 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
157 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
180 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
Dcompiler_driver-inl.h38 inline mirror::ClassLoader* CompilerDriver::GetClassLoader(ScopedObjectAccess& soa, in GetClassLoader()
44 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache, in ResolveCompilingMethodsClass()
61 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache, in ResolveField()
168 ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache, in ResolveMethod()
210 ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache, in IsFastInvoke()
/art/test/004-StackWalk/
Dstack_walk_jni.cc104 ScopedObjectAccess soa(Thread::Current()); in Java_Main_stackmap()
116 ScopedObjectAccess soa(Thread::Current()); in Java_Main_refmap2()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc35 ScopedObjectAccess soa(self); in artFindNativeMethod()
/art/test/116-nodex2oat/
Dnodex2oat.cc28 ScopedObjectAccess soa(Thread::Current()); in hasOat()
/art/test/118-noimage-dex2oat/
Dnoimage-dex2oat.cc28 ScopedObjectAccess soa(Thread::Current()); in hasOat()

123