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

1 2 3 4

  /external/chromium_org/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...]
  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 189 base::win::ScopedComPtr<IObjectArray> object_array; local
190 result = collection.QueryInterface(object_array.Receive());
194 return SUCCEEDED(destination_list_->AddUserTasks(object_array));
236 base::win::ScopedComPtr<IObjectArray> object_array; local
237 result = collection.QueryInterface(object_array.Receive());
242 object_array));
  /art/runtime/
image.cc 19 #include "mirror/object_array.h"
20 #include "mirror/object_array-inl.h"
barrier_test.cc 23 #include "mirror/object_array-inl.h"
method_helper-inl.h 23 #include "mirror/object_array.h"
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 22 #include "mirror/object_array-inl.h"
quick_dexcache_entrypoints.cc 23 #include "mirror/object_array-inl.h"
quick_jni_entrypoints.cc 23 #include "mirror/object_array-inl.h"
  /art/runtime/gc/collector/
mark_sweep-inl.h 25 #include "mirror/object_array-inl.h"
  /art/runtime/native/
java_lang_reflect_Proxy.cc 20 #include "mirror/object_array.h"
java_lang_reflect_Method.cc 23 #include "mirror/object_array-inl.h"
  /art/runtime/mirror/
dex_cache_test.cc 24 #include "mirror/object_array-inl.h"
iftable.h 21 #include "object_array.h"
art_field.cc 22 #include "object_array-inl.h"
dex_cache.cc 27 #include "object_array-inl.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 24 #include "object_array.h"
art_method.cc 31 #include "object_array-inl.h"
32 #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 23 #include "mirror/object_array-inl.h"
  /art/test/004-StackWalk/
stack_walk_jni.cc 24 #include "mirror/object_array-inl.h"
  /art/compiler/driver/
compiler_driver_test.cc 31 #include "mirror/object_array-inl.h"
  /art/runtime/gc/accounting/
remembered_set.cc 32 #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);

Completed in 1520 milliseconds

1 2 3 4