HomeSort by relevance Sort by last modified time
    Searched full:object_array (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/v8/test/mjsunit/
polymorph-arrays.js 49 var object_array = new Object;
54 init_array(object_array);
59 assertEquals(1, load(object_array, 1));
67 var object_array = new Object;
72 init_array(object_array);
80 assertEquals(undefined, load(object_array, new Object()));
89 assertEquals(1, load(object_array, 1));
99 assertEquals(undefined, load(object_array, new Object()));
114 var object_array = new Object;
120 init_array(object_array);
    [all...]
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 21 #include "mirror/object_array-inl.h"
quick_dexcache_entrypoints.cc 23 #include "mirror/object_array-inl.h"
  /art/runtime/gc/collector/
mark_sweep-inl.h 24 #include "mirror/object_array-inl.h"
  /art/runtime/native/
java_lang_reflect_Proxy.cc 22 #include "mirror/object_array.h"
java_lang_reflect_Method.cc 24 #include "mirror/object_array-inl.h"
java_lang_Class.cc 30 #include "mirror/object_array-inl.h"
132 auto object_array = hs.NewHandle(mirror::ObjectArray<mirror::Field>::Alloc( local
134 if (object_array.Get() == nullptr) {
148 object_array->SetWithoutChecks<false>(array_idx++, field);
161 object_array->SetWithoutChecks<false>(array_idx++, field);
165 return object_array.Get();
  /art/runtime/
image.cc 20 #include "mirror/object_array.h"
21 #include "mirror/object_array-inl.h"
art_field.cc 25 #include "mirror/object_array-inl.h"
barrier_test.cc 23 #include "mirror/object_array-inl.h"
  /art/runtime/mirror/
dex_cache.cc 27 #include "object_array-inl.h"
dex_cache_test.cc 24 #include "mirror/object_array-inl.h"
field.cc 21 #include "object_array-inl.h"
iftable.h 21 #include "object_array.h"
array.cc 26 #include "object_array.h"
27 #include "object_array-inl.h"
throwable.cc 24 #include "object_array.h"
25 #include "object_array-inl.h"
dex_cache.h 25 #include "object_array.h"
  /external/flac/libFLAC/
metadata_object.c 172 FLAC__StreamMetadata_SeekPoint *object_array; local
176 object_array = (FLAC__StreamMetadata_SeekPoint*)safe_malloc_mul_2op_(num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint));
178 if(0 != object_array) {
181 object_array[i].sample_number = FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER;
182 object_array[i].stream_offset = 0;
183 object_array[i].frame_samples = 0;
187 return object_array;
212 static void vorbiscomment_entry_array_delete_(FLAC__StreamMetadata_VorbisComment_Entry *object_array, unsigned num_comments)
216 FLAC__ASSERT(0 != object_array && num_comments > 0);
219 if(0 != object_array[i].entry
    [all...]
  /art/runtime/gc/
heap_test.cc 24 #include "mirror/object_array-inl.h"
  /art/runtime/gc/accounting/
remembered_set.cc 31 #include "mirror/object_array-inl.h"
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 110 StdTypeList.make(Type.OBJECT_ARRAY, Type.INT);
146 StdTypeList.make(Type.OBJECT, Type.OBJECT_ARRAY, Type.INT);
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 110 StdTypeList.make(Type.OBJECT_ARRAY, Type.INT);
146 StdTypeList.make(Type.OBJECT, Type.OBJECT_ARRAY, Type.INT);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 110 StdTypeList.make(Type.OBJECT_ARRAY, Type.INT);
146 StdTypeList.make(Type.OBJECT, Type.OBJECT_ARRAY, Type.INT);
  /art/compiler/driver/
compiler_driver_test.cc 31 #include "mirror/object_array-inl.h"
  /art/compiler/
oat_test.cc 31 #include "mirror/object_array-inl.h"

Completed in 768 milliseconds

1 2 3 4