Searched defs:group (Results 1 - 2 of 2) sorted by relevance

/art/test/
H A DAndroid.run-test.mk506 define define-test-art-run-test-group-rule
511 endef # define-test-art-run-test-group-rule
513 # Create rules for a group of run tests.
517 define define-test-art-run-test-group-type
565 endef # define-test-art-run-test-group-type
567 # Create rules for a group of run tests.
570 define define-test-art-run-test-group
599 $$(eval $$(call define-test-art-run-test-group-type,$(1),$(2),prebuild))
600 $$(eval $$(call define-test-art-run-test-group-type,$(1),$(2),norelocate))
601 $$(eval $$(call define-test-art-run-test-group
[all...]
/art/runtime/
H A Ddebugger.cc1996 // Zombie threads are in the null group.
2002 mirror::ArtField* f = c->FindInstanceField("group", "Ljava/lang/ThreadGroup;");
2004 mirror::Object* group = f->GetObject(thread_object); local
2005 CHECK(group != nullptr);
2006 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2076 // Get the ArrayList<ThreadGroup> "groups" out of this thread group...
2129 mirror::Object* group = f->GetObject(f->GetDeclaringClass()); local
2130 return gRegistry->Add(group);
2226 mirror::Object* group = thread_group_field->GetObject(peer); local
2227 return (group
[all...]

Completed in 346 milliseconds