Home
last modified time | relevance | path

Searched refs:StackHandleScopeCollection (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dhandle_scope.h197 class StackHandleScopeCollection {
199 explicit StackHandleScopeCollection(Thread* const self) : in StackHandleScopeCollection() function
204 ~StackHandleScopeCollection() { in ~StackHandleScopeCollection()
231 DISALLOW_COPY_AND_ASSIGN(StackHandleScopeCollection);
/art/compiler/optimizing/
Dreference_type_propagation.h36 StackHandleScopeCollection* handles) in ReferenceTypePropagation()
71 StackHandleScopeCollection* handles_;
Doptimizing_compiler.cc323 StackHandleScopeCollection* handles) { in RunOptimizations()
403 StackHandleScopeCollection handles(Thread::Current()); in CompileOptimized()