Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_cache.h67 Entry& entry = data_[IndexOf(key)]; in Get()
77 data_[IndexOf(key)] = Entry{key, value}; in Set()
87 static ALWAYS_INLINE size_t IndexOf(const void* key) { in IndexOf() function
/art/runtime/
Ddebugger.cc858 size_t IndexOf(const char* s) const { in IndexOf() function in art::StringTable
1055 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
1068 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
1069 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()
1070 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()
/art/runtime/entrypoints/quick/
Dquick_entrypoints_list.h127 V(IndexOf, int32_t, void*, uint32_t, uint32_t) \