Lines Matching defs:Add
734 *class_object_id = gRegistry->Add(c);
749 *superclass_id = gRegistry->Add(c->GetSuperClass());
760 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader()));
803 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread()));
805 expandBufAddObjectId(reply, gRegistry->Add(nullptr));
810 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread()));
841 visitor->monitors->push_back(gRegistry->Add(owned_monitor));
878 // Add() requires the thread_list_lock_ not held to avoid the lock
880 *contended_monitor = gRegistry->Add(contended_monitor_obj);
918 instances->push_back(gRegistry->Add(raw_instances[i].Get()));
936 referring_objects->push_back(gRegistry->Add(raw_instances[i].Get()));
1064 ids->push_back(gRegistry->Add(c));
1217 expandBufAddObjectId(pReply, gRegistry->Add(element));
1290 *new_string_id = gRegistry->Add(new_string);
1317 *new_object_id = gRegistry->Add(new_object.Ptr());
1344 *new_array_id = gRegistry->Add(new_array);
1624 // Add numLines later
2008 expandBufAddObjectId(pReply, gRegistry->Add(value));
2053 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2114 JDWP::ObjectId parent_group_id = gRegistry->Add(parent);
2145 child_thread_group_ids->push_back(registry->Add(groups_array_as_array->Get(i)));
2158 // Add child threads.
2168 // Add child thread groups.
2185 return gRegistry->Add(group);
2220 // Don't add a 'default' here so the compiler can spot incompatible enum changes.
2313 thread_ids->push_back(gRegistry->Add(peer));
2416 return gRegistry->Add(thread->GetPeerFromOtherThread());
2522 *result = gRegistry->Add(visitor.this_object);
2701 JDWP::SetObjectId(buf + 1, gRegistry->Add(o));
3154 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x",
3790 // Add everything from the last entry up until here to the set
4128 JDWP::ObjectId exceptionObjectId = gRegistry->Add(exception);
4144 result_value = gRegistry->Add(object_result.Get());
4159 result_value = gRegistry->Add(decoded_ref);
4164 result_value = GetObjectRegistry()->Add(pReq->receiver.Read());
4925 void Add(const std::string& str) {
4929 void Add(const char* str) {
5043 class_names.Add(record->GetClassDescriptor(&temp));
5046 class_names.Add(m->GetDeclaringClassDescriptor());
5047 method_names.Add(m->GetName());
5048 filenames.Add(GetMethodSourceFile(m));