Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 16 of 16) sorted by relevance

/art/test/903-hello-tagging/src/art/
DTest903.java107 long[] tags = (long[])result[1]; in testGetTaggedObjectsRun() local
111 printArraysSorted(objects, tags); in testGetTaggedObjectsRun()
114 private static void printArraysSorted(Object[] objects, long[] tags) { in printArraysSorted() argument
115 if (objects == null && tags == null) { in printArraysSorted()
121 int l2 = tags == null ? 0 : tags.length; in printArraysSorted()
125 tmp[i] = new Pair(objects == null ? null : objects[i], tags == null ? 0 : tags[i]); in printArraysSorted()
/art/test/905-object-free/
Dtracking_free.cc95 std::vector<jlong>& tags = (index == 0) ? collected_tags1 : collected_tags2; in Java_art_Test905_getCollectedTags() local
96 jlongArray ret = env->NewLongArray(tags.size()); in Java_art_Test905_getCollectedTags()
101 env->SetLongArrayRegion(ret, 0, tags.size(), tags.data()); in Java_art_Test905_getCollectedTags()
102 tags.clear(); in Java_art_Test905_getCollectedTags()
/art/test/909-attach-agent/
Drun75 --external-log-tags
81 --external-log-tags
/art/test/059-finalizer-throw/
Drun19 exec ${RUN} --external-log-tags "${@}"
/art/test/030-bad-finalizer/
Drun21 ./default-run --external-log-tags "${@}"
/art/test/151-OpenFileLimit/
Drun24 ${RUN} --external-log-tags ${flags}
/art/test/906-iterate-heap/src/art/
DTest906.java148 long tags[] = new long[100]; in doTest() local
151 int n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths); in doTest()
152 System.out.println(sort(n, classTags, sizes, tags, lengths)); in doTest()
155 n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths); in doTest()
156 System.out.println(sort(n, classTags, sizes, tags, lengths)); in doTest()
316 private static ArrayList<HeapElem> sort(int n, long classTags[], long sizes[], long tags[], in sort() argument
323 elem.tag = tags[i]; in sort()
374 Class<?> klassFilter, long classTags[], long sizes[], long tags[], int lengths[]); in iterateThroughHeapData() argument
/art/test/1336-short-finalizer-timeout/
Drun21 ./default-run --external-log-tags "$@" --runtime-option -XX:FinalizerTimeoutMs=500
/art/test/719-dm-verify-redefinition/
Drun22 --external-log-tags \
/art/openjdkjvmti/
Dti_heap.h42 explicit HeapUtil(ObjectTagTable* tags) : tags_(tags) { in HeapUtil() argument
Djvmti_weak_table-inl.h308 const T* tags,
317 if (tags[i] == 0) {
322 if (tags == nullptr) {
355 if (tags[i] == pair.second) {
Djvmti_weak_table.h109 const T* tags,
DOpenjdkJvmTi.cc453 const jlong* tags, in GetObjectsWithTags() argument
468 tags, in GetObjectsWithTags()
/art/test/1974-resize-array/
Dexpected.txt74 Test jvmti-tags
79 Test jvmti-tags with obsolete
/art/test/906-iterate-heap/
Diterate_heap.cc119 jlongArray tags, in Java_art_Test906_iterateThroughHeapData() argument
145 ScopedLongArrayRW s_tags(env, tags); in Java_art_Test906_iterateThroughHeapData()
/art/openjdkjvmti/include/
Djvmti.h1592 const jlong* tags,
1997 const jlong* tags, in GetObjectsWithTags()
2001 …return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_resu… in GetObjectsWithTags()