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

/art/runtime/
H A Dsignal_set.h34 void Add(int signal) { function in class:art::SignalSet
H A Dindirect_reference_table.cc87 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, mirror::Object* obj) { function in class:art::IndirectReferenceTable
122 // Add to the end.
126 table_[index].Add(obj);
H A Dreference_table.cc41 void ReferenceTable::Add(mirror::Object* obj) { function in class:art::ReferenceTable
H A Dmonitor.cc460 * Add ourselves to the set of threads waiting on this monitor, and
667 Runtime::Current()->GetMonitorList()->Add(m);
1138 void MonitorList::Add(Monitor* m) { function in class:art::MonitorList
H A Ddebugger.cc108 jobject Dbg::TypeCache::Add(mirror::Class* t) { function in class:art::Dbg::TypeCache
145 type_ = Dbg::type_cache_.Add(t);
869 class_object_id = gRegistry->Add(c);
883 superclass_id = gRegistry->Add(c->GetSuperClass());
893 expandBufAddObjectId(pReply, gRegistry->Add(o->GetClass()->GetClassLoader()));
937 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeer()));
939 expandBufAddObjectId(reply, gRegistry->Add(NULL));
944 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeer()));
973 visitor->monitors->push_back(gRegistry->Add(owned_monitor));
1016 // Add() require
4652 void Add(const std::string& str) { function in class:art::StringTable
4656 void Add(const char* str) { 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.h34 // Add method. The data-structure is thread-safe through the use of internal locks, it also
73 StoreKey* Add(Thread* self, const InKey& key) { function in class:art::DedupeSet
H A Dgrowable_array.h132 void Add(T elem) { function in class:art::GrowableArray
/art/runtime/jdwp/
H A Dobject_registry.cc43 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) { function in class:art::ObjectRegistry
/art/compiler/optimizing/
H A Dnodes.cc25 blocks_.Add(block);
89 reverse_post_order_.Add(entry_block_);
127 reverse_post_order_.Add(block);
310 static void Add(HInstructionList* instruction_list, function in namespace:art
321 Add(&instructions_, this, instruction);
325 Add(&phis_, this, phi);
419 inputs_.Add(input);
H A Dbuilder.cc49 void Add(HInstruction* instruction) { function in class:art::Temporaries
64 // Current index in the temporary stack, updated by `Add`.
94 // Add the implicit 'this' argument, not expressed in the signature.
209 // Add the exit block at the end to give it the highest id.
347 temps.Add(null_check);
411 temps.Add(null_check);
444 temps.Add(object);
448 temps.Add(length);
452 temps.Add(index);
/art/runtime/gc/collector/
H A Dgarbage_collector.h39 void Add(const ObjectBytePair& other) { function in struct:art::gc::collector::ObjectBytePair
/art/compiler/utils/mips/
H A Dassembler_mips.cc162 void MipsAssembler::Add(Register rd, Register rs, Register rt) { function in class:art::mips::MipsAssembler

Completed in 931 milliseconds