Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.h1046 typedef HashMap<const char*, const ClassDef*, UTF16EmptyFn, UTF16HashCmp, UTF16HashCmp> Index; typedef
1047 mutable Atomic<Index*> class_def_index_;
Ddex_file.cc476 Index* index = class_def_index_.LoadSequentiallyConsistent(); in FindClassDef()
510 index = new Index(); in FindClassDef()