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

/dalvik/vm/native/
H A Ddalvik_system_VMDebug.cpp52 * Return a set of strings describing available VM features (this is chiefly
56 std::vector<std::string> features; local
57 features.push_back("method-trace-profiling");
58 features.push_back("method-trace-profiling-streaming");
59 features.push_back("method-sample-profiling");
60 features.push_back("hprof-heap-dump");
61 features.push_back("hprof-heap-dump-streaming");
63 ArrayObject* result = dvmCreateStringArray(features);
/dalvik/vm/
H A DAtomic.cpp22 #include <machine/cpu-features.h>
H A DDvm.mk18 # If you enable or disable optional features here, make sure you do
37 # Optional features. These may impact the size or performance of the VM.
71 # - all development features disabled
H A DAndroid.mk22 # If you enable or disable optional features here (or in Dvm.mk),
/dalvik/vm/arch/arm/
H A DCallEABI.S25 #include <machine/cpu-features.h>
H A DCallOldABI.S25 #include <machine/cpu-features.h>
/dalvik/vm/test/
H A DAtomicTest.cpp32 # include <machine/cpu-features.h>

Completed in 634 milliseconds