HomeSort by relevance Sort by last modified time
    Searched defs:SetUpRuntimeOptions (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/
heap_test.cc 100 void SetUpRuntimeOptions(RuntimeOptions* options) {
101 CommonRuntimeTest::SetUpRuntimeOptions(options);
  /art/compiler/
common_compiler_test.cc 202 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) {
203 CommonRuntimeTest::SetUpRuntimeOptions(options);
verifier_deps_test.cc 61 void SetUpRuntimeOptions(RuntimeOptions* options) {
62 CommonCompilerTest::SetUpRuntimeOptions(options);
    [all...]
  /art/runtime/
common_runtime_test.h 152 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}
oat_file_assistant_test.cc 73 virtual void SetUpRuntimeOptions(RuntimeOptions* options) {
74 DexoptTest::SetUpRuntimeOptions(options);
    [all...]

Completed in 84 milliseconds