Home
last modified time | relevance | path

Searched defs:config (Results 1 – 3 of 3) sorted by relevance

/art/test/906-iterate-heap/
Diterate_heap.cc55 IterationConfig* config = reinterpret_cast<IterationConfig*>(user_data); in HeapIterationCallback() local
59 static bool Run(JNIEnv* env, jint heap_filter, jclass klass_filter, IterationConfig* config) { in Run()
102 CountIterationConfig config(0, stop_after); in Java_art_Test906_iterateThroughHeapCount() local
138 DataIterationConfig config; in Java_art_Test906_iterateThroughHeapData() local
176 AddIterationConfig config; in Java_art_Test906_iterateThroughHeapAdd() local
/art/tools/ahat/src/
DHeapTable.java54 TableConfig<T> config, AhatSnapshot snapshot, List<T> elements) { in render()
150 TableConfig<T> config, List<T> elements) { in hasNonZeroEntry()
/art/test/913-heaps/
Dheaps.cc78 IterationConfig* config = reinterpret_cast<IterationConfig*>(user_data); in HeapReferenceCallback() local
94 IterationConfig* config) { in Run()
500 PrintIterationConfig config(stop_after, follow_set); in Java_art_Test913_followReferences() local