Home
last modified time | relevance | path

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

123

/art/tools/checker/match/
Dline.py39 def get_variable(name, variables, pos): argument
46 def set_variable(name, value, variables, pos): argument
53 def match_words(checker_word, string_word, variables, pos): argument
120 def get_eval_text(expression, variables, pos): argument
/art/runtime/
Dimage-inl.h55 for (size_t pos = 0u; pos < fields.Size(); ) { in VisitPackedArtFields() local
71 for (size_t pos = 0u; pos < methods.Size(); ) { in VisitPackedArtMethods() local
79 for (size_t pos = 0u; pos < runtime_methods.Size(); ) { in VisitPackedArtMethods() local
91 for (size_t pos = 0; pos < section.Size();) { in VisitPackedImTables() local
109 for (size_t pos = 0; pos < section.Size(); ) { in VisitPackedImtConflictTables() local
Dimage.cc162 for (size_t pos = kStartPos; pos < objects.Size(); ) { in VisitObjects() local
Dreference_table_test.cc266 size_t pos = haystack.find(needle, start); in FindAll() local
/art/libartbase/base/
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()
Darray_slice.h122 ArraySlice<T> SubArray(size_type pos) { in SubArray()
126 ArraySlice<const T> SubArray(size_type pos) const { in SubArray()
130 ArraySlice<T> SubArray(size_type pos, size_type length) { in SubArray()
136 ArraySlice<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.h110 iterator PutBefore(const_iterator pos, const K& k, const V& v) { in PutBefore()
116 iterator PutBefore(const_iterator pos, const K& k, V&& v) { in PutBefore()
Dutils.cc347 size_t pos = line.find_first_not_of(" \t", pattern.size()); in GetProcessStatus() local
/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.h86 size_t pos = str.find(substr); in FindEndOf() local
98 size_t pos; in ReformatAsm() local
123 size_t pos; in ReformatCfi() local
/art/libdexfile/dex/
Ddex_file_loader.h90 const char* pos = strrchr(location, kMultiDexSeparator); in GetBaseLocation() local
102 size_t pos = location.rfind(kMultiDexSeparator); in GetMultiDexSuffix() local
Dtype_lookup_table.cc54 const uint32_t pos = hash & mask; in Create() local
102 uint32_t pos = hash & mask; in Lookup() local
/art/test/536-checker-intrinsic-optimization/src/
DMain.java194 static public char $opt$noinline$stringCharAt(String s, int pos) { in $opt$noinline$stringCharAt()
210 static public char $opt$noinline$stringCharAtCatch(String s, int pos) { in $opt$noinline$stringCharAtCatch()
232 static public char $opt$noinline$stringCharAtCatchPhiReturn(String s, int pos) { in $opt$noinline$stringCharAtCatchPhiReturn()
/art/runtime/gc/space/
Dbump_pointer_space-walk-inl.h32 uint8_t* pos = Begin(); in Walk() local
Dmalloc_space.cc122 size_t pos = recent_free_pos_; in FindRecentFreedObject() local
/art/tools/veridex/
Dhidden_api.cc42 size_t pos = signature.find("->"); in HiddenApi() local
Dhidden_api.h98 size_t pos = signature.find("->"); in GetApiClassName() local
/art/openjdkjvmti/
Dti_field.cc297 auto pos = env->modify_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldModificationWatch() local
331 auto pos = env->access_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldAccessWatch() local
Dti_breakpoint.cc184 auto pos = env->breakpoints.find(/* Breakpoint */ {art_method, location}); in ClearBreakpoint() local
/art/compiler/optimizing/
Dload_store_analysis.h45 size_t pos, in ReferenceInfo()
414 size_t pos = 0; in BuildAliasingMatrix() local
510 size_t pos = ref_info_array_.size(); in GetOrCreateReferenceInfo() 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()
/art/compiler/utils/
Dassembler_test_base.h240 size_t pos = 0; in Replace() local
/art/dex2oat/linker/
Dimage_test.h186 size_t pos = image_filename.rfind('/'); in DoCompile() local

123