Home | History | Annotate | Download | only in runtime

Lines Matching defs:Add

804   *class_object_id = gRegistry->Add(c);
819 *superclass_id = gRegistry->Add(c->GetSuperClass());
830 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader()));
873 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread()));
875 expandBufAddObjectId(reply, gRegistry->Add(nullptr));
880 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread()));
911 visitor->monitors->push_back(gRegistry->Add(owned_monitor));
948 // Add() requires the thread_list_lock_ not held to avoid the lock
950 *contended_monitor = gRegistry->Add(contended_monitor_obj);
992 instances->push_back(gRegistry->Add(raw_instances[i].Get()));
1010 referring_objects->push_back(gRegistry->Add(raw_instances[i].Get()));
1138 ids->push_back(gRegistry->Add(c));
1291 expandBufAddObjectId(pReply, gRegistry->Add(element));
1364 *new_string_id = gRegistry->Add(new_string);
1391 *new_object_id = gRegistry->Add(new_object.Ptr());
1418 *new_array_id = gRegistry->Add(new_array);
1699 // Add numLines later
2090 expandBufAddObjectId(pReply, gRegistry->Add(value));
2135 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2196 JDWP::ObjectId parent_group_id = gRegistry->Add(parent);
2227 child_thread_group_ids->push_back(registry->Add(groups_array_as_array->Get(i)));
2240 // Add child threads.
2250 // Add child thread groups.
2267 return gRegistry->Add(group);
2304 // Don't add a 'default' here so the compiler can spot incompatible enum changes.
2397 thread_ids->push_back(gRegistry->Add(peer));
2500 return gRegistry->Add(thread->GetPeerFromOtherThread());
2607 *result = gRegistry->Add(visitor.this_object);
2786 JDWP::SetObjectId(buf + 1, gRegistry->Add(o));
3240 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x",
3878 // Add everything from the last entry up until here to the set
4218 JDWP::ObjectId exceptionObjectId = gRegistry->Add(exception);
4234 result_value = gRegistry->Add(object_result.Get());
4249 result_value = gRegistry->Add(decoded_ref);
4254 result_value = GetObjectRegistry()->Add(pReq->receiver.Read());
5062 void Add(const char* str, bool copy_string) {
5083 // as the set will with high likelihood reorder elements. Thus, Add must not be called after
5220 class_names.Add(class_descr, !temp.empty());
5227 class_names.Add(m->GetDeclaringClassDescriptor(), false);
5228 method_names.Add(m->GetName(), false);
5229 filenames.Add(GetMethodSourceFile(m), false);