Searched defs:Insert (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/ | ||
| D | type_lookup_table.cc | 125 void TypeLookupTable::Insert(const Entry& entry, uint32_t hash) { in Insert() function in art::TypeLookupTable |
| D | class_table.cc | 105 void ClassTable::Insert(mirror::Class* klass) { in Insert() function in art::ClassTable |
| D | intern_table.cc | 256 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong, bool holding_locks) { in Insert() function in art::InternTable |
| /art/runtime/base/ | ||
| D | hash_set.h | 387 void Insert(const T& element) { in Insert() function |
| /art/compiler/optimizing/ | ||
| D | induction_var_range.cc | 109 static HInstruction* Insert(HBasicBlock* block, HInstruction* instruction) { in Insert() function |