Home
last modified time | relevance | path

Searched defs:hs (Results 76 – 100 of 125) sorted by relevance

12345

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc143 StackHandleScope<1> hs(self); in artInitializeStaticStorageFromCode() local
Dquick_field_entrypoints.cc42 StackHandleScope<1> hs(self); in FindInstanceField() local
Dquick_jni_entrypoints.cc184 StackHandleScope<1> hs(self); in JniMethodEndWithReferenceHandleResult() local
Dquick_trampoline_entrypoints.cc696 StackHandleScope<1> hs(self); in artQuickToInterpreterBridge() local
1313 StackHandleScope<1> hs(self); in artQuickResolutionTrampoline() local
1365 StackHandleScope<1> hs(soa.Self()); in artQuickResolutionTrampoline() local
2177 StackHandleScope<1> hs(self); in artQuickGenericJniTrampoline() local
2384 StackHandleScope<2> hs(self); in artInvokeInterfaceTrampoline() local
2525 StackHandleScope<3> hs(self); in artInvokePolymorphic() local
/art/runtime/jit/
Djit.cc894 StackHandleScope<1> hs(self); in Run() local
980 StackHandleScope<1> hs(soa.Self()); in JitProfileTask() local
996 StackHandleScope<1> hs(self); in Run() local
1435 StackHandleScope<1> hs(self); in CompileMethodsFromProfile() local
Dprofiling_info_test.cc51 StackHandleScope<1> hs(self); in GetVirtualMethods() local
Dprofile_saver.cc271 explicit GetClassLoadersVisitor(VariableSizedHandleScope* hs, in GetClassLoadersVisitor()
348 VariableSizedHandleScope hs(soa.Self()); in SampleClassesAndExecutedMethods() local
/art/runtime/mirror/
Dobject.cc205 StackHandleScope<1> hs(self); in IdentityHashCode() local
/art/openjdkjvmti/
Dtransform.cc370 art::StackHandleScope<1> hs(art::Thread::Current()); in GetClassLocation() local
Dti_heap.cc697 art::StackHandleScope<1> hs(self); in IterateOverInstancesOfClass() local
762 art::StackHandleScope<1> hs(self); in DoIterateThroughHeap() local
1211 art::StackHandleScope<1> hs(self); in VisitClass() local
1909 art::StackHandleScope<2> hs(self); in ChangeArraySize() local
Dti_thread.cc611 art::StackHandleScope<1> hs(self); in GetThreadState() local
1083 art::StackHandleScope<1> hs(self); in StopThread() local
Devents.cc324 art::StackHandleScope<1> hs(self); in ObjectAllocated() local
761 art::StackHandleScope<1> hs(self); in MethodUnwind() local
980 art::StackHandleScope<1> hs(self); in FindCatchMethodsFromThrow() local
/art/compiler/
Dcommon_compiler_test.cc193 StackHandleScope<2> hs(self); in CompileMethod() local
/art/runtime/interpreter/
Dinterpreter.cc496 StackHandleScope<1> hs(self); in EnterInterpreterFromInvoke() local
678 StackHandleScope<1> hs(self); in ArtInterpreterToInterpreterBridge() local
/art/runtime/
Doat_file_manager.cc274 StackHandleScope<1> hs(self); in OpenDexFilesFromOat() local
672 StackHandleScope<2> hs(self); in Run() local
Dreflection_test.cc98 StackHandleScope<3> hs(self); in ReflectionTestMakeInterpreted() local
517 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
Dmonitor.cc1106 StackHandleScope<1> hs(self); in MonitorEnter() local
1226 StackHandleScope<1> hs(self); in MonitorExit() local
1291 StackHandleScope<1> hs(self); in Wait() local
Dhidden_api_test.cc440 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
522 StackHandleScope<2> hs(soa.Self()); in LoadDexFiles() local
Dreflection.cc235 StackHandleScope<2> hs(self); in BuildArgArrayFromObjectArray() local
704 StackHandleScope<1> hs(self); in InvokeMethod() local
Dthread.cc1126 StackHandleScope<1> hs(self); in CreatePeer() local
2435 StackHandleScope<1> hs(self); in Destroy() local
2720 StackHandleScope<1> hs(self_); in Init() local
2860 StackHandleScope<3> hs(soa.Self()); in CreateStackTraceElement() local
3066 StackHandleScope<6> hs(soa.Self()); in CreateAnnotatedStackTrace() local
3194 StackHandleScope<3> hs(soa.Self()); in ThrowNewWrappedException() local
3543 StackHandleScope<1> hs(this); in QuickDeliverException() local
Dintern_table.cc233 StackHandleScope<1> hs(self); in Insert() local
Druntime_callbacks_test.cc294 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
/art/compiler/optimizing/
Dinliner.cc559 StackHandleScope<1>* hs) in AllocateInlineCacheHolder()
612 StackHandleScope<1> hs(Thread::Current()); in TryInlineFromInlineCache() local
673 StackHandleScope<1>* hs, in GetInlineCacheJIT()
703 StackHandleScope<1>* hs, in GetInlineCacheAOT()
/art/runtime/entrypoints/
Dentrypoint_utils.cc278 StackHandleScope<2> hs(Thread::Current()); in ResolveMethodTypeFromCode() local
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc521 StackHandleScope<1> hs(soa.Self()); in CompileMethod() local

12345