Searched refs:sample (Results 1 – 6 of 6) sorted by relevance
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | Android.bp | 28 name: "ti-alloc-sample-base-defaults", 43 name: "ti-alloc-sample-defaults", 48 defaults: ["ti-alloc-sample-base-defaults"], 52 name: "ti-alloc-sample-static-defaults", 54 defaults: ["ti-alloc-sample-base-defaults"], 68 defaults: ["ti-alloc-sample-static-defaults"], 73 defaults: ["ti-alloc-sample-defaults"], 80 "ti-alloc-sample-defaults",
|
D | README.md | 63 with + or = is a sample. It is a reference to an ST. Hence repeated samples are
|
/art/test/000-nop/ |
D | info.txt | 1 This is a sample no-op test, which does at least serve to verify that the
|
/art/tools/ahat/ |
D | README.txt | 77 Restore old presentation of sample paths from gc roots. 78 Fix bug in selection of sample paths from gc root. 89 Don't include weak references in sample paths. 97 Simplify presentation of sample path from gc root. 109 Show sample path from GC root with field names in place of dominator path.
|
/art/runtime/ |
D | thread.h | 1096 void SetStackTraceSample(std::vector<ArtMethod*>* sample) { in SetStackTraceSample() argument 1098 tlsPtr_.deps_or_stack_trace_sample.stack_trace_sample = sample; in SetStackTraceSample()
|
/art/cmdline/ |
D | README.md | 69 In the above code sample, we define a parser which is capable of parsing something like `--help
|