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

  /art/compiler/
image_test.cc 142 runtime_.reset();
159 runtime_.reset(Runtime::Current());
164 ASSERT_TRUE(runtime_.get() != nullptr);
165 class_linker_ = runtime_->GetClassLinker();
common_compiler_test.cc 177 runtime_->SetInstructionSet(instruction_set);
180 if (!runtime_->HasCalleeSaveMethod(type)) {
181 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
  /art/runtime/
java_vm_ext.h 57 return runtime_;
147 Runtime* const runtime_; member in class:art::JavaVMExt
common_runtime_test.cc 123 runtime_.reset();
326 runtime_.reset(Runtime::Current());
327 class_linker_ = runtime_->GetClassLinker();
328 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
351 runtime_->GetHeap()->CreateThreadPool();
352 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
354 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U);
common_runtime_test.h 135 std::unique_ptr<Runtime> runtime_; member in class:art::CommonRuntimeTest
exception_test.cc 162 bool started = runtime_->Start();
java_vm_ext.cc 364 : runtime_(runtime),
515 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_);
713 if (runtime_->GetTargetSdkVersion() != 0 && runtime_->GetTargetSdkVersion() <= 21) {
reflection_test.cc 126 bool started = runtime_->Start();
522 bool started = runtime_->Start();
jni_internal_test.cc     [all...]
  /art/runtime/arch/
stub_test.cc 41 runtime_->SetInstructionSet(kRuntimeISA);
44 if (!runtime_->HasCalleeSaveMethod(type)) {
45 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 55 bool started = runtime_->Start();
  /art/dex2oat/
dex2oat.cc 506 runtime_(nullptr),
528 // Free opened dex files before deleting the runtime_, because ~DexFile
533 // Log completion time before deleting the runtime_, because this accesses
538 delete runtime_; // See field declaration for why this is manual.
1864 Runtime* runtime_; member in class:art::FINAL
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 87 if (!runtime_->IsStarted()) {
95 bool started = runtime_->Start();
708 ASSERT_FALSE(runtime_->IsStarted());
719 bool started = runtime_->Start();
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
apiviewer.js     [all...]

Completed in 1415 milliseconds