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

/dalvik/vm/native/
H A Ddalvik_system_VMDebug.cpp51 * Return a set of strings describing available VM features (this is chiefly
55 std::vector<std::string> features; local
56 features.push_back("method-trace-profiling");
57 features.push_back("method-trace-profiling-streaming");
58 features.push_back("hprof-heap-dump");
59 features.push_back("hprof-heap-dump-streaming");
61 ArrayObject* result = dvmCreateStringArray(features);

Completed in 63 milliseconds