/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/mirror/ |
throwable.cc | 24 #include "object_array.h" 25 #include "object_array-inl.h" 95 mirror::ObjectArray<mirror::Object>* object_array = local 99 DCHECK_GT(object_array->GetLength(), 0); 100 mirror::Object* methods_and_dex_pcs = object_array->Get(0);
|
iftable.h | 21 #include "object_array.h"
|
dex_cache.cc | 27 #include "object_array-inl.h"
|
field.cc | 21 #include "object_array-inl.h"
|
array.cc | 26 #include "object_array.h" 27 #include "object_array-inl.h"
|
dex_cache.h | 25 #include "object_array.h"
|
/art/runtime/native/ |
java_lang_reflect_Proxy.cc | 22 #include "mirror/object_array.h"
|
java_lang_reflect_AbstractMethod.cc | 23 #include "mirror/object_array-inl.h"
|
java_lang_reflect_Method.cc | 25 #include "mirror/object_array-inl.h"
|
java_lang_Class.cc | 32 #include "mirror/object_array-inl.h" 132 auto object_array = hs.NewHandle(mirror::ObjectArray<mirror::Field>::Alloc( local 134 if (object_array.Get() == nullptr) { 147 object_array->SetWithoutChecks<false>(array_idx++, reflect_field); 159 object_array->SetWithoutChecks<false>(array_idx++, reflect_field); 163 return object_array.Get();
|
/art/runtime/gc/collector/ |
mark_sweep-inl.h | 24 #include "mirror/object_array-inl.h"
|
/art/runtime/ |
art_field.cc | 25 #include "mirror/object_array-inl.h"
|
image.cc | 20 #include "mirror/object_array.h" 21 #include "mirror/object_array-inl.h"
|
barrier_test.cc | 23 #include "mirror/object_array-inl.h"
|
/art/runtime/entrypoints/quick/ |
quick_deoptimization_entrypoints.cc | 23 #include "mirror/object_array-inl.h"
|
quick_dexcache_entrypoints.cc | 23 #include "mirror/object_array-inl.h"
|
/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"
|
space_bitmap.cc | 25 #include "mirror/object_array.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);
|
/external/v8/src/runtime/ |
runtime-literals.cc | 452 FixedArray* object_array = FixedArray::cast(object->elements()); local 453 object_array->set(store_index, *value);
|
/art/compiler/ |
exception_test.cc | 27 #include "mirror/object_array-inl.h"
|