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

  /art/runtime/
runtime_callbacks_test.cc 144 bool started = runtime_->Start();
166 runtime_->GetMainThreadGroup(),
345 bool started = runtime_->Start();
417 bool started = runtime_->Start();
427 runtime_.reset();
common_runtime_test.cc 212 runtime_.reset();
426 runtime_.reset(Runtime::Current());
427 class_linker_ = runtime_->GetClassLinker();
462 runtime_->GetHeap()->CreateThreadPool();
463 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
465 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U);
506 if (runtime_ != nullptr) {
507 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
java_vm_ext.h 70 return runtime_;
212 Runtime* const runtime_; member in class:art::JavaVMExt
thread_pool_test.cc 204 bool started = runtime_->Start();
java_vm_ext.cc 451 : runtime_(runtime),
645 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_);
867 runtime_->GetTargetSdkVersion(),
    [all...]
common_runtime_test.h 155 std::unique_ptr<Runtime> runtime_; member in class:art::CommonRuntimeTestImpl
reflection_test.cc 130 bool started = runtime_->Start();
530 bool started = runtime_->Start();
jni_internal_test.cc 620 if (!runtime_->IsStarted()) {
636 bool started = runtime_->Start();
    [all...]
oat_file_assistant_test.cc     [all...]
class_linker_test.cc 164 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod();
    [all...]
  /art/compiler/
common_compiler_test.cc 169 runtime_->SetInstructionSet(instruction_set);
172 if (!runtime_->HasCalleeSaveMethod(type)) {
173 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
image_test.cc 38 runtime_.reset();
image_test.h 427 runtime_.reset();
443 runtime_.reset(Runtime::Current());
448 ASSERT_TRUE(runtime_.get() != nullptr);
449 class_linker_ = runtime_->GetClassLinker();
exception_test.cc 167 bool started = runtime_->Start();
  /art/runtime/openjdkjvmti/
ti_redefine.h 215 art::Runtime* runtime_; member in class:openjdkjvmti::Redefiner
228 runtime_(runtime),
ti_redefine.cc 459 art::ClassLinker* cl = driver_->runtime_->GetClassLinker();
478 loader.IsNull() ? driver_->runtime_->GetLinearAlloc()
546 art::ClassLinker* linker = driver_->runtime_->GetClassLinker();
    [all...]
  /art/dex2oat/
dex2oat.cc 584 runtime_(nullptr),
626 // Log completion time before deleting the runtime_, because this accesses
647 runtime_.release();
2855 std::unique_ptr<Runtime> runtime_; member in class:art::FINAL
    [all...]
  /art/runtime/mirror/
dex_cache_test.cc 89 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc());
  /art/runtime/arch/
stub_test.cc 46 runtime_->SetInstructionSet(kRuntimeISA);
49 if (!runtime_->HasCalleeSaveMethod(type)) {
50 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 58 bool started = runtime_->Start();
  /art/compiler/jni/
jni_compiler_test.cc 288 if (!runtime_->IsStarted()) {
297 bool started = runtime_->Start();
    [all...]

Completed in 435 milliseconds