Searched refs:IndexOf (Results 1 – 3 of 3) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_entrypoints_list.h | 105 V(IndexOf, int32_t, void*, uint32_t, uint32_t, uint32_t) \
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 416 INTRINSIC(JavaLangString, IndexOf, II_I, kIntrinsicIndexOf, kIntrinsicFlagNone), 417 INTRINSIC(JavaLangString, IndexOf, I_I, kIntrinsicIndexOf, kIntrinsicFlagBase0),
|
/art/runtime/ |
D | debugger.cc | 5004 size_t IndexOf(const char* s) const { in IndexOf() function in art::StringTable 5154 class_names.IndexOf(record->Type()->GetDescriptor(&temp)); in GetRecentAllocations() 5167 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations() 5168 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations() 5169 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()
|