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

1 2 3 4 5 6

  /art/runtime/mirror/
method_type_test.cc 48 StackHandleScope<5> hs(soa.Self());
74 StackHandleScope<2> hs(soa.Self());
82 StackHandleScope<2> hs(soa.Self());
90 StackHandleScope<2> hs(soa.Self());
98 StackHandleScope<2> hs(soa.Self());
array.cc 49 StackHandleScope<1> hs(self);
62 StackHandleScope<1> hs2(self);
98 StackHandleScope<1> hs(self);
133 StackHandleScope<1> hs(self);
call_site.cc 28 StackHandleScope<1> hs(self);
dex_cache_test.cc 44 StackHandleScope<1> hs(soa.Self());
67 StackHandleScope<1> hs(soa.Self());
83 StackHandleScope<1> hs(soa.Self());
97 StackHandleScope<3> hs(soa.Self());
124 StackHandleScope<5> hs(soa.Self());
object_test.cc 62 StackHandleScope<1> hs(self);
109 StackHandleScope<2> hs(soa.Self());
119 StackHandleScope<2> hs(soa.Self());
156 StackHandleScope<1> hs(soa.Self());
179 StackHandleScope<1> hs(soa.Self());
317 StackHandleScope<2> hs(soa.Self());
355 StackHandleScope<2> hs(soa.Self());
422 StackHandleScope<2> hs(soa.Self());
438 StackHandleScope<3> hs(soa.Self());
455 StackHandleScope<5> hs(soa.Self())
    [all...]
method_type.cc 31 StackHandleScope<1> hs(self);
49 StackHandleScope<3> hs(self);
  /art/runtime/native/
java_lang_StringFactory.cc 39 StackHandleScope<1> hs(soa.Self());
63 StackHandleScope<1> hs(soa.Self());
80 StackHandleScope<1> hs(soa.Self());
java_lang_reflect_Parameter.cc 70 StackHandleScope<1> hs(soa.Self());
95 StackHandleScope<1> hs(soa.Self());
java_lang_Class.cc 178 StackHandleScope<2> hs(soa.Self());
212 StackHandleScope<1> hs(soa.Self());
227 StackHandleScope<4> hs(soa.Self());
266 StackHandleScope<1> hs(self);
410 StackHandleScope<2> hs(self);
460 StackHandleScope<1> hs(soa.Self());
472 StackHandleScope<3> hs(soa.Self());
507 StackHandleScope<1> hs(soa.Self());
531 StackHandleScope<2> hs(soa.Self());
566 StackHandleScope<1> hs(soa.Self())
    [all...]
java_lang_String.cc 57 StackHandleScope<2> hs(soa.Self());
73 StackHandleScope<1> hs(soa.Self());
87 StackHandleScope<1> hs(soa.Self());
100 StackHandleScope<1> hs(soa.Self());
java_lang_invoke_MethodHandleImpl.cc 35 StackHandleScope<2> hs(soa.Self());
  /art/openjdkjvmti/
ti_class_loader-inl.h 50 art::StackHandleScope<1> hs(self);
  /art/runtime/
jobject_comparator.cc 34 StackHandleScope<2> hs(soa.Self());
method_handles_test.cc 51 StackHandleScope<2> hs(self);
66 StackHandleScope<2> hs(self);
82 StackHandleScope<2> hs(soa.Self());
94 StackHandleScope<2> hs(soa.Self());
107 StackHandleScope<2> hs(soa.Self());
119 StackHandleScope<2> hs(soa.Self());
133 StackHandleScope<2> hs(soa.Self());
147 StackHandleScope<2> hs(soa.Self());
161 StackHandleScope<2> hs(soa.Self());
179 StackHandleScope<3> hs(soa.Self())
    [all...]
handle_scope_test.cc 50 StackHandleScope<0x1> hs0(soa.Self());
52 StackHandleScope<kNumReferences> test_table(soa.Self());
98 StackHandleScope<1> inner(soa.Self());
intern_table_test.cc 35 StackHandleScope<4> hs(soa.Self());
59 StackHandleScope<1> hs(soa.Self());
119 StackHandleScope<5> hs(soa.Self());
152 StackHandleScope<2> hs(soa.Self());
163 StackHandleScope<4> hs(soa.Self());
178 StackHandleScope<3> hs(soa.Self());
191 StackHandleScope<3> hs(soa.Self());
205 StackHandleScope<3> hs(soa.Self());
handle_scope-inl.h 45 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value)
53 inline StackHandleScope<kNumReferences>::~StackHandleScope() {
handle_scope.h 91 // GC. It is most common to stack allocate HandleScopes using StackHandleScope.
164 // Semi-hidden constructor. Construction expected by generated code and StackHandleScope.
256 template<size_t kNumRefs> friend class StackHandleScope;
262 class PACKED(4) StackHandleScope FINAL : public FixedSizeHandleScope<kNumReferences> {
264 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
265 ALWAYS_INLINE ~StackHandleScope();
class_linker-inl.h 48 StackHandleScope<2> hs(Thread::Current());
67 StackHandleScope<1> hs(Thread::Current());
79 StackHandleScope<2> hs(Thread::Current());
98 StackHandleScope<2> hs(Thread::Current());
293 StackHandleScope<2> hs(self);
357 StackHandleScope<2> hs(Thread::Current());
handle.h 110 template<size_t kNumReferences> friend class StackHandleScope;
160 template<size_t kNumReferences> friend class StackHandleScope;
art_field.cc 58 StackHandleScope<1> hs(self);
  /art/runtime/interpreter/
unstarted_runtime_test.cc 82 // Note: as we have to use handles, we use StackHandleScope to transfer data. Hardcode a size
88 const StackHandleScope<3>& data)
105 const StackHandleScope<3>& data)
142 const StackHandleScope<3>& src_data,
144 const StackHandleScope<3>& dst_data,
147 const StackHandleScope<3>& expected_result)
149 StackHandleScope<3> hs_misc(self);
306 StackHandleScope<2> hs(self);
445 StackHandleScope<2> hs_misc(self);
449 StackHandleScope<3> hs_data(self)
    [all...]
  /art/runtime/gc/
heap_test.cc 67 StackHandleScope<1> hs(soa.Self());
71 StackHandleScope<1> hs2(soa.Self());
reference_queue_test.cc 33 StackHandleScope<20> hs(self);
67 StackHandleScope<20> hs(self);
  /art/test/626-const-class-linking/
clear_dex_cache_types.cc 37 StackHandleScope<1> hs(soa.Self());
50 StackHandleScope<1> hs(soa.Self());

Completed in 1790 milliseconds

1 2 3 4 5 6