Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 53) sorted by relevance

123

/art/tools/checker/match/
Dline.py34 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/libartbase/base/
Darray_slice.h108 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()
Darray_ref.h171 ArrayRef SubArray(size_type pos) { in SubArray()
175 ArrayRef<const T> SubArray(size_type pos) const { in SubArray()
179 ArrayRef SubArray(size_type pos, size_type length) { in SubArray()
185 ArrayRef<const T> SubArray(size_type pos, size_type length) const { in SubArray()
Dtransform_array_ref.h120 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()
Dsafe_map.h106 iterator PutBefore(const_iterator pos, const K& k, const V& v) { in PutBefore()
112 iterator PutBefore(const_iterator pos, const K& k, V&& v) { in PutBefore()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffsettable.java87 public void setOriginalPosition(int pos) { in setOriginalPosition()
105 public void setNewPosition(int pos) { in setNewPosition()
/art/test/537-checker-arraycopy/src/
DMain.java73 public static void arraycopy(Object[] obj, int pos) { in arraycopy()
83 public static int arraycopy2(Object[] obj, int pos) { in arraycopy2()
/art/compiler/
Dcfi_test.h85 size_t pos = str.find(substr); in FindEndOf() local
97 size_t pos; in ReformatAsm() local
122 size_t pos; in ReformatCfi() local
/art/runtime/
Dimage.cc153 for (size_t pos = kStartPos; pos < objects.Size(); ) { in VisitObjects() local
162 for (size_t pos = 0; pos < fields.Size(); ) { in VisitPackedArtFields() local
177 for (size_t pos = 0; pos < methods.Size(); ) { in VisitPackedArtMethods() local
185 for (size_t pos = 0; pos < runtime_methods.Size(); ) { in VisitPackedArtMethods() local
Dimage-inl.h55 for (size_t pos = 0; pos < section.Size();) { in VisitPackedImTables() local
73 for (size_t pos = 0; pos < section.Size(); ) { in VisitPackedImtConflictTables() local
Dtype_lookup_table.cc116 const uint32_t pos = hash & GetSizeMask(); in SetOnInitialPos() local
126 uint32_t pos = FindLastEntryInBucket(hash & GetSizeMask()); in Insert() local
Dtype_lookup_table.h47 uint32_t pos = hash & GetSizeMask(); in Lookup() local
Dhidden_api.cc106 size_t pos = 0; in DoesPrefixMatch() local
Ddexopt_test.cc63 size_t pos = oat_location.find(dalvik_cache); in GenerateOatForTest() local
/art/libdexfile/dex/
Ddex_file_loader.h81 const char* pos = strrchr(location, kMultiDexSeparator); in GetBaseLocation() local
93 size_t pos = location.rfind(kMultiDexSeparator); in GetMultiDexSuffix() local
/art/test/536-checker-intrinsic-optimization/src/
DMain.java166 static public char $opt$noinline$stringCharAt(String s, int pos) { in $opt$noinline$stringCharAt()
193 static public char $opt$noinline$stringCharAtCatch(String s, int pos) { in $opt$noinline$stringCharAtCatch()
434 public static char $noinline$runSmaliTest(String name, String str, int pos) { in $noinline$runSmaliTest()
/art/runtime/gc/space/
Dbump_pointer_space-walk-inl.h32 uint8_t* pos = Begin(); in Walk() local
Dmalloc_space.cc107 size_t pos = recent_free_pos_; in FindRecentFreedObject() local
Dregion_space-inl.h213 uint8_t* pos = r->Begin(); in WalkInternal() local
/art/tools/veridex/
Dhidden_api.cc55 size_t pos = str.find("->"); in FillList() local
/art/openjdkjvmti/
Dti_field.cc216 auto pos = env->modify_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldModificationWatch() local
250 auto pos = env->access_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldAccessWatch() local
Dti_breakpoint.cc121 auto pos = env->breakpoints.find(/* Breakpoint */ {art_method, location}); in ClearBreakpoint() local
/art/compiler/optimizing/
Dload_store_analysis.h30 ReferenceInfo(HInstruction* reference, size_t pos) in ReferenceInfo()
316 size_t pos = 0; in BuildAliasingMatrix() local
412 size_t pos = ref_info_array_.size(); in GetOrCreateReferenceInfo() local
Doptimizing_unit_test.h200 std::string::size_type pos = result.find(p.first); in Patch() local
Dregister_allocation_resolver.cc337 [](const UsePosition& pos) { return pos.IsSynthesized(); })); in ConnectSiblings()
408 DCHECK(std::all_of(use_it, use_end, [](const UsePosition& pos) { return pos.IsSynthesized(); })); in ConnectSiblings()

123