HomeSort by relevance Sort by last modified time
    Searched refs:StackHandleScopeCollection (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
reference_type_propagation.h 36 StackHandleScopeCollection* handles)
71 StackHandleScopeCollection* handles_;
optimizing_compiler.cc 323 StackHandleScopeCollection* handles) {
403 StackHandleScopeCollection handles(Thread::Current());
  /art/runtime/
handle_scope.h 193 // - it is not safe to use the *same* StackHandleScopeCollection intermix with
197 class StackHandleScopeCollection {
199 explicit StackHandleScopeCollection(Thread* const self) :
204 ~StackHandleScopeCollection() {
231 DISALLOW_COPY_AND_ASSIGN(StackHandleScopeCollection);

Completed in 200 milliseconds