/art/runtime/ |
D | signal_set.h | 34 void Add(int signal) { in Add() function
|
D | indirect_reference_table.cc | 87 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, mirror::Object* obj) { in Add() function in art::IndirectReferenceTable
|
D | indirect_reference_table.h | 205 void Add(mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Add() function
|
D | reference_table.cc | 41 void ReferenceTable::Add(mirror::Object* obj) { in Add() function in art::ReferenceTable
|
D | monitor.cc | 1138 void MonitorList::Add(Monitor* m) { in Add() function in art::MonitorList
|
D | debugger.cc | 108 jobject Dbg::TypeCache::Add(mirror::Class* t) { in Add() function in art::Dbg::TypeCache 4652 void Add(const std::string& str) { in Add() function in art::StringTable 4656 void Add(const char* str) { in Add() function in art::StringTable
|
D | class_linker.cc | 4855 void Add(uint32_t virtual_method_index) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Add() function in art::LinkVirtualHashTable
|
/art/compiler/utils/ |
D | scoped_hashtable.h | 50 void Add(K k, V v) { in Add() function
|
D | dedupe_set.h | 73 StoreKey* Add(Thread* self, const InKey& key) { in Add() function
|
D | growable_array.h | 132 void Add(T elem) { in Add() function
|
/art/runtime/gc/collector/ |
D | garbage_collector.h | 39 void Add(const ObjectBytePair& other) { in Add() function
|
/art/runtime/jdwp/ |
D | object_registry.cc | 43 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) { in Add() function in art::ObjectRegistry
|
/art/compiler/optimizing/ |
D | nodes.cc | 310 static void Add(HInstructionList* instruction_list, in Add() function
|
D | builder.cc | 49 void Add(HInstruction* instruction) { in Add() function in art::Temporaries
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 80 ___ Add(reg_x(rd), reg_x(rn), value); in AddConstant() local 87 ___ Add(temp, reg_x(rn), value); in AddConstant() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 162 void MipsAssembler::Add(Register rd, Register rs, Register rt) { in Add() function in art::mips::MipsAssembler
|