Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 182) sorted by relevance

12345678

/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestHelpers.java56 public static boolean getBytesAs_boolean(byte[] array, int index, ByteOrder order) { in getBytesAs_boolean()
60 public static byte getBytesAs_byte(byte[] array, int index, ByteOrder order) { in getBytesAs_byte()
64 public static char getBytesAs_char(byte[] array, int index, ByteOrder order) { in getBytesAs_char()
68 public static short getBytesAs_short(byte[] array, int index, ByteOrder order) { in getBytesAs_short()
72 public static int getBytesAs_int(byte[] array, int index, ByteOrder order) { in getBytesAs_int()
76 public static long getBytesAs_long(byte[] array, int index, ByteOrder order) { in getBytesAs_long()
80 public static float getBytesAs_float(byte[] array, int index, ByteOrder order) { in getBytesAs_float()
84 public static double getBytesAs_double(byte[] array, int index, ByteOrder order) { in getBytesAs_double()
88 public static boolean getBytesAs_boolean(ByteBuffer buffer, int index, ByteOrder order) { in getBytesAs_boolean()
92 public static byte getBytesAs_byte(ByteBuffer buffer, int index, ByteOrder order) { in getBytesAs_byte()
[all …]
/art/test/407-arrays/src/
DMain.java34 double[] doubles, int index) { in $opt$testReads()
65 double doubles[], int index) { in $opt$testWrites()
124 public static void $opt$testLongWrites(long[] longs, int index) { in $opt$testLongWrites()
133 public static void ensureThrows(boolean[] array, int index) { in ensureThrows()
155 public static void $opt$doArrayLoad(boolean[] array, int index) { in $opt$doArrayLoad()
159 public static void $opt$doArrayStore(boolean[] array, int index) { in $opt$doArrayStore()
/art/runtime/
Dimt_conflict_table.h68 void SetInterfaceMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetInterfaceMethod()
72 void SetImplementationMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetImplementationMethod()
76 ArtMethod* GetInterfaceMethod(size_t index, PointerSize pointer_size) const { in GetInterfaceMethod()
80 ArtMethod* GetImplementationMethod(size_t index, PointerSize pointer_size) const { in GetImplementationMethod()
84 void** AddressOfInterfaceMethod(size_t index, PointerSize pointer_size) { in AddressOfInterfaceMethod()
88 void** AddressOfImplementationMethod(size_t index, PointerSize pointer_size) { in AddressOfImplementationMethod()
180 void** AddressOfMethod(size_t index, PointerSize pointer_size) { in AddressOfMethod()
188 ArtMethod* GetMethod(size_t index, PointerSize pointer_size) const { in GetMethod()
196 void SetMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetMethod()
Dimtable.h40 uint8_t* AddressOfElement(size_t index, PointerSize pointer_size) { in AddressOfElement()
44 ArtMethod* Get(size_t index, PointerSize pointer_size) { in Get()
56 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) { in Set()
68 static size_t OffsetOfElement(size_t index, PointerSize pointer_size) { in OffsetOfElement()
Dmethod_info.h57 ALWAYS_INLINE MethodIndexType GetMethodIndex(size_t index) const { in GetMethodIndex()
62 void SetMethodIndex(size_t index, MethodIndexType method_index) { in SetMethodIndex()
Dquicken_info.h37 void AddIndex(uint16_t index) { in AddIndex()
54 uint16_t GetData(size_t index) const { in GetData()
Dindex_bss_mapping.cc27 uint32_t index, in GetBssOffset()
50 uint32_t index, in GetBssOffset()
Dmonitor_pool_test.cc80 size_t index = r.next() % monitors.size(); in TEST_F() local
112 size_t index = r.next() % monitors.size(); in TEST_F() local
Ddex_to_dex_decompiler.cc46 uint16_t index = NextIndex(); in DecompileInstanceFieldAccess() local
52 const uint16_t index = NextIndex(); in DecompileInvokeVirtual() local
/art/test/527-checker-array-access-split/src/
DMain.java120 public static int get(int array[], int index) { in get()
165 public static void set(int array[], int index, int value) { in set()
233 public static void getSet(int array[], int index) { in getSet()
309 public static int[] accrossGC(int array[], int index) { in accrossGC()
/art/test/925-threadgroups/
Dthreadgroups.cc47 auto callback = [&](jint index) -> jobject { in Java_art_Test925_getTopThreadGroups()
65 auto callback = [&](jint index) -> jobject { in Java_art_Test925_getThreadGroupInfo()
108 auto inner_callback = [&](jint index) { in Java_art_Test925_getThreadGroupChildren()
114 auto inner_callback = [&](jint index) { in Java_art_Test925_getThreadGroupChildren()
/art/runtime/mirror/
Darray.h76 void* GetRawData(size_t component_size, int32_t index) in GetRawData()
83 const void* GetRawData(size_t component_size, int32_t index) const { in GetRawData()
210 void** ElementAddress(size_t index, PointerSize ptr_size) REQUIRES_SHARED(Locks::mutator_lock_) { in ElementAddress()
/art/libdexfile/dex/
Dbytecode_utils.h45 void CheckIndex(size_t index) const { in CheckIndex()
55 int32_t GetEntryAt(size_t index) const { in GetEntryAt()
60 uint32_t GetDexPcForIndex(size_t index) const { in GetDexPcForIndex()
Dstring_reference_test.cc83 for (size_t index = 0; index != arraysize(kDexFile1Strings); ++index) { in TEST() local
94 for (size_t index = 0; index != arraysize(kDexFile2Strings); ++index) { in TEST() local
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomBranchChanger.java55 int index = opcode.ordinal() - Opcode.IF_EQ.ordinal(); in getModifiedOpcode() local
59 int index = opcode.ordinal() - Opcode.IF_EQZ.ordinal(); in getModifiedOpcode() local
/art/compiler/optimizing/
Dload_store_analysis.h98 HInstruction* index, in HeapLocation()
209 HeapLocation* GetHeapLocation(size_t index) const { in GetHeapLocation()
283 HInstruction* index, in FindHeapLocationIndex()
429 HInstruction* index, in GetOrCreateHeapLocation()
458 void VisitArrayAccess(HInstruction* array, HInstruction* index, size_t vector_length) { in VisitArrayAccess()
512 HInstruction* index = instruction->InputAt(1); in VisitArrayGet() local
519 HInstruction* index = instruction->InputAt(1); in VisitArraySet() local
526 HInstruction* index = instruction->InputAt(1); in VisitVecLoad() local
533 HInstruction* index = instruction->InputAt(1); in VisitVecStore() local
/art/runtime/verifier/
Dmethod_verifier-inl.h35 inline const InstructionFlags& MethodVerifier::GetInstructionFlags(size_t index) const { in GetInstructionFlags()
39 inline InstructionFlags& MethodVerifier::GetInstructionFlags(size_t index) { in GetInstructionFlags()
/art/libartbase/base/
Dlength_prefixed_array.h96 T& AtUnchecked(size_t index, size_t element_size, size_t alignment) { in AtUnchecked()
101 const T& AtUnchecked(size_t index, size_t element_size, size_t alignment) const { in AtUnchecked()
Dhash_set.h71 BaseIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) { in BaseIterator()
110 size_t NextNonEmptySlot(size_t index, const HashSet* hash_set) const { in NextNonEmptySlot()
403 const size_t index = FirstAvailableSlot(IndexForHash(hash)); in InsertWithHash() local
527 T& ElementForIndex(size_t index) { in ElementForIndex()
533 const T& ElementForIndex(size_t index) const { in ElementForIndex()
547 size_t NextIndex(size_t index) const { in NextIndex()
564 size_t index = IndexForHash(hash); in FindIndex() local
577 bool IsFreeSlot(size_t index) const { in IsFreeSlot()
641 ALWAYS_INLINE size_t FirstAvailableSlot(size_t index) const { in FirstAvailableSlot()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1059 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1077 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1095 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1113 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1131 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1150 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1169 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1188 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1207 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
1226 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in ExecuteSwitchImplCpp() local
[all …]
/art/runtime/gc/accounting/
Datomic_stack.h103 int32_t index; in AtomicBumpBack() local
137 const int32_t index = back_index_.LoadRelaxed(); in PushBack() local
152 int32_t index = front_index_.LoadRelaxed(); in PopFront() local
237 int32_t index; in AtomicPushBackInternal() local
/art/test/121-modifiers/src2/
DMain.java138 int index = name.indexOf("Field"); in getFieldMask() local
167 int index = name.indexOf("Method"); in getMethodMask() local
/art/test/562-checker-no-intermediate/src/
DMain.java95 static int index = 0; field in Main
/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc52 uint32_t index = pair.index; in Java_Main_cloneResolvedMethods() local
79 uint32_t index; in Java_Main_restoreResolvedMethods() local
/art/test/617-clinit-oome/src/
DMain.java24 int index = 0; in main() local

12345678