Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_cache-inl.h28 Entry& entry = data_[IndexOf(key)]; in Get()
40 data_[IndexOf(key)] = Entry{key, value}; in Set()
Dinterpreter_cache.h74 static ALWAYS_INLINE size_t IndexOf(const void* key) { in IndexOf() function
/art/runtime/
Ddebugger.cc853 size_t IndexOf(const char* s) const { in IndexOf() function in art::StringTable
1050 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
1063 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
1064 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()
1065 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()
/art/runtime/entrypoints/quick/
Dquick_entrypoints_list.h124 V(IndexOf, int32_t, void*, uint32_t, uint32_t) \