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

  /art/runtime/gc/
heap_test.cc 76 void SetUpRuntimeOptions(RuntimeOptions* options) {
77 CommonRuntimeTest::SetUpRuntimeOptions(options);
  /art/compiler/
common_compiler_test.h 60 virtual void SetUpRuntimeOptions(RuntimeOptions* options);
common_compiler_test.cc 197 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) {
198 CommonRuntimeTest::SetUpRuntimeOptions(options);
  /art/imgdiag/
imgdiag_test.cc 58 virtual void SetUpRuntimeOptions(RuntimeOptions* options) OVERRIDE {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 28 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE {
36 // SetUpRuntimeOptions.
  /art/runtime/
common_runtime_test.h 90 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}
monitor_test.cc 36 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE {
oat_file_assistant_test.cc 90 virtual void SetUpRuntimeOptions(RuntimeOptions* options) {
376 virtual void SetUpRuntimeOptions(RuntimeOptions* options) {
377 OatFileAssistantTest::SetUpRuntimeOptions(options);
    [all...]
common_runtime_test.cc 322 SetUpRuntimeOptions(&options);
324 // Install compiler-callbacks if SetupRuntimeOptions hasn't deleted them.
  /art/runtime/arch/
arch_test.cc 30 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE {
38 // SetUpRuntimeOptions.
stub_test.cc 52 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE {
    [all...]

Completed in 151 milliseconds