/art/tools/checker/match/ |
D | line.py | 34 def getVariable(name, variables, pos): argument 40 def setVariable(name, value, variables, pos): argument 46 def matchWords(checkerWord, stringWord, variables, pos): argument 104 def getEvalText(expression, variables, pos): argument
|
/art/runtime/base/ |
D | array_slice.h | 108 ArraySlice<T> SubArray(size_type pos) { in SubArray() 112 ArraySlice<const T> SubArray(size_type pos) const { in SubArray() 116 ArraySlice<T> SubArray(size_type pos, size_type length) { in SubArray() 122 ArraySlice<const T> SubArray(size_type pos, size_type length) const { in SubArray()
|
D | array_ref.h | 165 ArrayRef SubArray(size_type pos) { in SubArray() 169 ArrayRef<const T> SubArray(size_type pos) const { in SubArray() 173 ArrayRef SubArray(size_type pos, size_type length) { in SubArray() 179 ArrayRef<const T> SubArray(size_type pos, size_type length) const { in SubArray()
|
D | transform_array_ref.h | 120 TransformArrayRef SubArray(size_type pos) { in SubArray() 123 TransformArrayRef SubArray(size_type pos) const { in SubArray() 126 TransformArrayRef SubArray(size_type pos, size_type length) const { in SubArray()
|
D | stringpiece.cc | 90 StringPiece StringPiece::substr(size_type pos, size_type n) const { in substr()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Offsettable.java | 87 public void setOriginalPosition(int pos) { in setOriginalPosition() 105 public void setNewPosition(int pos) { in setNewPosition()
|
/art/compiler/ |
D | cfi_test.h | 85 size_t pos = str.find(substr); in FindEndOf() local 97 size_t pos; in ReformatAsm() local 122 size_t pos; in ReformatCfi() local
|
/art/test/537-checker-arraycopy/src/ |
D | Main.java | 73 public static void arraycopy(Object[] obj, int pos) { in arraycopy() 83 public static int arraycopy2(Object[] obj, int pos) { in arraycopy2()
|
/art/runtime/ |
D | image.cc | 158 for (size_t pos = kStartPos; pos < objects.Size(); ) { in VisitObjects() local 167 for (size_t pos = 0; pos < fields.Size(); ) { in VisitPackedArtFields() local 182 for (size_t pos = 0; pos < methods.Size(); ) { in VisitPackedArtMethods() local 190 for (size_t pos = 0; pos < runtime_methods.Size(); ) { in VisitPackedArtMethods() local
|
D | image-inl.h | 55 for (size_t pos = 0; pos < section.Size();) { in VisitPackedImTables() local 73 for (size_t pos = 0; pos < section.Size(); ) { in VisitPackedImtConflictTables() local
|
D | type_lookup_table.cc | 116 const uint32_t pos = hash & GetSizeMask(); in SetOnInitialPos() local 126 uint32_t pos = FindLastEntryInBucket(hash & GetSizeMask()); in Insert() local
|
D | safe_map.h | 107 iterator PutBefore(const_iterator pos, const K& k, const V& v) { in PutBefore() 113 iterator PutBefore(const_iterator pos, const K& k, V&& v) { in PutBefore()
|
D | type_lookup_table.h | 45 uint32_t pos = hash & GetSizeMask(); in Lookup() local
|
D | reference_table_test.cc | 178 size_t pos = haystack.find(needle, start); in FindAll() local
|
D | dexopt_test.cc | 61 size_t pos = oat_location.find(dalvik_cache); in GenerateOatForTest() local
|
D | oat_file_assistant.cc | 130 size_t pos = dex_location_.rfind('/'); in OatFileAssistant() local 562 size_t pos = location.rfind('/'); in DexLocationToOdexNames() local
|
/art/test/536-checker-intrinsic-optimization/src/ |
D | Main.java | 166 static public char $opt$noinline$stringCharAt(String s, int pos) { in $opt$noinline$stringCharAt() 191 static public char $opt$noinline$stringCharAtCatch(String s, int pos) { in $opt$noinline$stringCharAtCatch() 432 public static char $noinline$runSmaliTest(String name, String str, int pos) { in $noinline$runSmaliTest()
|
/art/runtime/gc/space/ |
D | bump_pointer_space-walk-inl.h | 32 uint8_t* pos = Begin(); in Walk() local
|
D | region_space-inl.h | 209 uint8_t* pos = r->Begin(); in WalkInternal() local
|
D | malloc_space.cc | 106 size_t pos = recent_free_pos_; in FindRecentFreedObject() local
|
/art/runtime/openjdkjvmti/ |
D | ti_field.cc | 214 auto pos = env->modify_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldModificationWatch() local 246 auto pos = env->access_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldAccessWatch() local
|
D | ti_breakpoint.cc | 105 auto pos = env->breakpoints.find( in ClearBreakpoint() local
|
/art/compiler/optimizing/ |
D | load_store_analysis.h | 30 ReferenceInfo(HInstruction* reference, size_t pos) in ReferenceInfo() 274 size_t pos = 0; in BuildAliasingMatrix() local 364 size_t pos = ref_info_array_.size(); in GetOrCreateReferenceInfo() local
|
D | optimizing_unit_test.h | 116 std::string::size_type pos = result.find(p.first); in Patch() local
|
D | register_allocation_resolver.cc | 334 [](const UsePosition& pos) { return pos.IsSynthesized(); })); in ConnectSiblings() 405 DCHECK(std::all_of(use_it, use_end, [](const UsePosition& pos) { return pos.IsSynthesized(); })); in ConnectSiblings()
|