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 81 void SetUpRuntimeOptions(RuntimeOptions* options) {
82 CommonRuntimeTest::SetUpRuntimeOptions(options);
  /art/runtime/
common_runtime_test.h 110 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}
oat_file_assistant_test.cc 45 virtual void SetUpRuntimeOptions(RuntimeOptions* options) {
46 DexoptTest::SetUpRuntimeOptions(options);
    [all...]
  /art/compiler/
common_compiler_test.cc 205 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) {
206 CommonRuntimeTest::SetUpRuntimeOptions(options);
verifier_deps_test.cc 61 void SetUpRuntimeOptions(RuntimeOptions* options) {
62 CommonCompilerTest::SetUpRuntimeOptions(options);
    [all...]

Completed in 989 milliseconds