Lines Matching defs:Add

739   *class_object_id = gRegistry->Add(c);
754 *superclass_id = gRegistry->Add(c->GetSuperClass());
765 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader()));
808 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeer()));
810 expandBufAddObjectId(reply, gRegistry->Add(nullptr));
815 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeer()));
846 visitor->monitors->push_back(gRegistry->Add(owned_monitor));
883 // Add() requires the thread_list_lock_ not held to avoid the lock
885 *contended_monitor = gRegistry->Add(contended_monitor_obj);
921 instances->push_back(gRegistry->Add(raw_instances[i]));
938 referring_objects->push_back(gRegistry->Add(raw_instances[i]));
1066 ids->push_back(gRegistry->Add(classes[i]));
1202 expandBufAddObjectId(pReply, gRegistry->Add(element));
1275 *new_string_id = gRegistry->Add(new_string);
1303 *new_object_id = gRegistry->Add(new_object);
1330 *new_array_id = gRegistry->Add(new_array);
1590 // Add numLines later
1971 expandBufAddObjectId(pReply, gRegistry->Add(value));
2017 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2077 JDWP::ObjectId parent_group_id = gRegistry->Add(parent);
2108 child_thread_group_ids->push_back(registry->Add(groups_array_as_array->Get(i)));
2121 // Add child threads.
2131 // Add child thread groups.
2148 return gRegistry->Add(group);
2277 thread_ids->push_back(gRegistry->Add(peer));
2380 return gRegistry->Add(thread->GetPeer());
2480 *result = gRegistry->Add(visitor.this_object);
2659 JDWP::SetObjectId(buf + 1, gRegistry->Add(o));
3112 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x",
3743 // Add everything from the last entry up until here to the set
4082 JDWP::ObjectId exceptionObjectId = gRegistry->Add(exception);
4098 result_value = gRegistry->Add(object_result.Get());
4113 result_value = gRegistry->Add(decoded_ref);
4118 result_value = GetObjectRegistry()->Add(pReq->receiver.Read());
4870 void Add(const std::string& str) {
4874 void Add(const char* str) {
4988 class_names.Add(record->GetClassDescriptor(&temp));
4991 class_names.Add(m->GetDeclaringClassDescriptor());
4992 method_names.Add(m->GetName());
4993 filenames.Add(GetMethodSourceFile(m));