HomeSort by relevance Sort by last modified time
    Searched refs:VariableSizedHandleScope (Results 1 - 25 of 27) sorted by null

1 2

  /art/runtime/
handle_scope-inl.h 166 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() {
168 return down_cast<VariableSizedHandleScope*>(this);
176 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const {
178 return down_cast<const VariableSizedHandleScope*>(this);
187 MutableHandle<T> VariableSizedHandleScope::NewHandle(T* object) {
195 inline MutableHandle<MirrorType> VariableSizedHandleScope::NewHandle(ObjPtr<MirrorType> ptr) {
199 inline VariableSizedHandleScope::VariableSizedHandleScope(Thread* const self)
206 inline VariableSizedHandleScope::~VariableSizedHandleScope() {
    [all...]
handle_scope.h 35 class VariableSizedHandleScope;
61 ALWAYS_INLINE VariableSizedHandleScope* AsVariableSized();
63 ALWAYS_INLINE const VariableSizedHandleScope* AsVariableSized() const;
256 friend class VariableSizedHandleScope;
281 class VariableSizedHandleScope : public BaseHandleScope {
283 explicit VariableSizedHandleScope(Thread* const self);
284 ~VariableSizedHandleScope();
318 DISALLOW_COPY_AND_ASSIGN(VariableSizedHandleScope);
handle_scope_test.cc 93 VariableSizedHandleScope hs(soa.Self());
class_table_test.cc 74 VariableSizedHandleScope hs(soa.Self());
runtime_callbacks_test.cc 290 VariableSizedHandleScope hs(soa.Self());
debugger.cc 888 VariableSizedHandleScope hs(Thread::Current());
914 VariableSizedHandleScope hs(Thread::Current());
    [all...]
  /art/compiler/optimizing/
sharpening.h 39 VariableSizedHandleScope* handles)
66 VariableSizedHandleScope* handles_;
reference_type_propagation.h 38 VariableSizedHandleScope* handles,
60 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { }
78 VariableSizedHandleScope* handles_;
reference_type_propagation_test.cc 38 void SetupPropagation(VariableSizedHandleScope* handles) {
83 VariableSizedHandleScope handles(soa.Self());
92 VariableSizedHandleScope handles(soa.Self());
124 VariableSizedHandleScope handles(soa.Self());
builder.h 49 VariableSizedHandleScope* handles)
79 VariableSizedHandleScope* handles,
ssa_builder.h 53 VariableSizedHandleScope* handles)
122 VariableSizedHandleScope* const handles_;
optimizing_unit_test.h 98 VariableSizedHandleScope handles(soa.Self());
inliner.h 42 VariableSizedHandleScope* handles,
293 VariableSizedHandleScope* const handles_;
optimizing_compiler.cc 351 VariableSizedHandleScope* handles) const;
384 VariableSizedHandleScope* handles) const;
391 VariableSizedHandleScope* handles) const;
466 VariableSizedHandleScope* handles,
553 VariableSizedHandleScope* handles) {
599 VariableSizedHandleScope* handles) const {
739 VariableSizedHandleScope* handles) const {
    [all...]
instruction_builder.h 52 VariableSizedHandleScope* handles)
312 VariableSizedHandleScope* handles_;
reference_type_propagation.cc 39 static inline ReferenceTypeInfo::TypeHandle GetRootHandle(VariableSizedHandleScope* handles,
118 VariableSizedHandleScope* handles,
    [all...]
inliner.cc     [all...]
  /art/runtime/gc/
heap_verification_test.cc 52 VariableSizedHandleScope hs(soa.Self());
68 VariableSizedHandleScope hs(soa.Self());
86 VariableSizedHandleScope hs(soa.Self());
108 VariableSizedHandleScope hs(soa.Self());
heap.h 53 class VariableSizedHandleScope;
346 void GetInstances(VariableSizedHandleScope& scope,
354 void GetReferringObjects(VariableSizedHandleScope& scope,
    [all...]
heap.cc     [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 289 VariableSizedHandleScope hs(soa.Self());
308 VariableSizedHandleScope hs(soa.Self());
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_stack.cc 424 art::VariableSizedHandleScope hs(current);
  /art/runtime/arch/
stub_test.cc 824 VariableSizedHandleScope hs(soa.Self());
    [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 438 milliseconds

1 2