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

  /art/runtime/
common_runtime_test.cc 212 runtime_.reset();
423 runtime_.reset(Runtime::Current());
424 class_linker_ = runtime_->GetClassLinker();
425 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
457 runtime_->GetHeap()->CreateThreadPool();
458 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
460 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U);
499 if (runtime_ != nullptr) {
500 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
runtime_callbacks_test.cc 144 bool started = runtime_->Start();
166 runtime_->GetMainThreadGroup(),
342 bool started = runtime_->Start();
414 bool started = runtime_->Start();
424 runtime_.reset();
java_vm_ext.h 69 return runtime_;
211 Runtime* const runtime_; member in class:art::JavaVMExt
common_runtime_test.h 144 std::unique_ptr<Runtime> runtime_; member in class:art::CommonRuntimeTestImpl
thread_pool_test.cc 204 bool started = runtime_->Start();
java_vm_ext.cc 421 : runtime_(runtime),
615 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_);
837 runtime_->GetTargetSdkVersion(),
    [all...]
reflection_test.cc 130 bool started = runtime_->Start();
529 bool started = runtime_->Start();
jni_internal_test.cc 620 if (!runtime_->IsStarted()) {
636 bool started = runtime_->Start();
    [all...]
class_linker_test.cc 164 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod();
    [all...]
  /art/compiler/
common_compiler_test.cc 168 runtime_->SetInstructionSet(instruction_set);
171 if (!runtime_->HasCalleeSaveMethod(type)) {
172 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
image_test.cc 421 runtime_.reset();
437 runtime_.reset(Runtime::Current());
442 ASSERT_TRUE(runtime_.get() != nullptr);
443 class_linker_ = runtime_->GetClassLinker();
513 runtime_.reset();
exception_test.cc 164 bool started = runtime_->Start();
  /art/runtime/openjdkjvmti/
ti_redefine.h 212 art::Runtime* runtime_; member in class:openjdkjvmti::Redefiner
223 runtime_(runtime),
ti_redefine.cc 455 return driver_->runtime_->GetClassLinker()->RegisterDexFile(*dex_file_, loader.Get()).Ptr();
520 art::ClassLinker* linker = driver_->runtime_->GetClassLinker();
    [all...]
  /art/dex2oat/
dex2oat.cc 526 runtime_(nullptr),
567 // Log completion time before deleting the runtime_, because this accesses
588 runtime_.release();
2699 std::unique_ptr<Runtime> runtime_; member in class:art::FINAL
    [all...]
  /art/runtime/mirror/
dex_cache_test.cc 88 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc());
  /art/runtime/arch/
stub_test.cc 45 runtime_->SetInstructionSet(kRuntimeISA);
48 if (!runtime_->HasCalleeSaveMethod(type)) {
49 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 59 bool started = runtime_->Start();
  /art/compiler/jni/
jni_compiler_test.cc 285 if (!runtime_->IsStarted()) {
294 bool started = runtime_->Start();
    [all...]

Completed in 361 milliseconds