Searched defs:Add (Results 1 - 9 of 9) sorted by relevance

/art/runtime/
H A Dsignal_set.h34 void Add(int signal) { function in class:art::SignalSet
H A Dindirect_reference_table.cc78 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, const mirror::Object* obj) { function in class:art::IndirectReferenceTable
139 // Add to the end.
H A Dreference_table.cc41 void ReferenceTable::Add(const mirror::Object* obj) { function in class:art::ReferenceTable
H A Dmonitor.cc423 * Add ourselves to the set of threads waiting on this monitor, and
591 Runtime::Current()->GetMonitorList()->Add(m);
1014 void MonitorList::Add(Monitor* m) { function in class:art::MonitorList
H A Ddebugger.cc614 class_object_id = gRegistry->Add(c);
628 superclass_id = gRegistry->Add(c->GetSuperClass());
638 expandBufAddObjectId(pReply, gRegistry->Add(o->GetClass()->GetClassLoader()));
678 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner->GetPeer()));
680 expandBufAddObjectId(reply, gRegistry->Add(NULL));
685 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters[i]->GetPeer()));
735 monitors.push_back(gRegistry->Add(visitor.monitors[i]));
755 contended_monitor = gRegistry->Add(Monitor::GetContendedMonitor(thread));
790 instances.push_back(gRegistry->Add(raw_instances[i]));
806 referring_objects.push_back(gRegistry->Add(raw_instance
3610 void Add(const char* s) { function in class:art::StringTable
[all...]
/art/compiler/utils/
H A Dscoped_hashtable.h50 void Add(K k, V v) { function in class:utils::ScopedHashtable
H A Ddedupe_set.h27 // A simple data structure to handle hashed deduplication. Add is thread safe.
54 Key* Add(Thread* self, const Key& key) { function in class:art::DedupeSet
/art/runtime/jdwp/
H A Dobject_registry.cc41 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) { function in class:art::ObjectRegistry
/art/compiler/utils/mips/
H A Dassembler_mips.cc174 void MipsAssembler::Add(Register rd, Register rs, Register rt) { function in class:art::mips::MipsAssembler

Completed in 3001 milliseconds