Home
last modified time | relevance | path

Searched refs:IndexOf (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints_list.h90 V(IndexOf, int32_t, void*, uint32_t, uint32_t, uint32_t) \
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc347 INTRINSIC(JavaLangString, IndexOf, II_I, kIntrinsicIndexOf, kIntrinsicFlagNone),
348 INTRINSIC(JavaLangString, IndexOf, I_I, kIntrinsicIndexOf, kIntrinsicFlagBase0),
/art/runtime/
Ddebugger.cc4660 size_t IndexOf(const char* s) const { in IndexOf() function in art::StringTable
4810 class_names.IndexOf(record->Type()->GetDescriptor(&temp)); in GetRecentAllocations()
4823 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
4824 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()
4825 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()