Home
last modified time | relevance | path

Searched refs:GetRuntime (Results 1 – 10 of 10) sorted by relevance

/aosp12/bootable/recovery/updater/
H A Dinstall.cpp349 auto updater_runtime = state->updater->GetRuntime(); in IsMountedFn()
372 auto [mounted, result] = updater->GetRuntime()->Unmount(mount_point); in UnmountFn()
429 auto updater_runtime = state->updater->GetRuntime(); in FormatFn()
545 auto updater_runtime = state->updater->GetRuntime(); in GetPropFn()
571 auto updater_runtime = state->updater->GetRuntime(); in FileGetPropFn()
648 auto updater_runtime = state->updater->GetRuntime(); in RunProgramFn()
667 auto updater_runtime = state->updater->GetRuntime(); in ReadFileFn()
697 auto updater_runtime = state->updater->GetRuntime(); in WriteValueFn()
828 auto updater_runtime = state->updater->GetRuntime(); in WipeBlockDeviceFn()
854 auto updater_runtime = state->updater->GetRuntime(); in Tune2FsFn()
[all …]
H A Ddynamic_partitions.cpp71 auto updater_runtime = state->updater->GetRuntime(); in UnmapPartitionFn()
82 auto updater_runtime = state->updater->GetRuntime(); in MapPartitionFn()
123 auto updater_runtime = state->updater->GetRuntime(); in UpdateDynamicPartitionsFn()
/aosp12/art/compiler/
H A Dcommon_compiler_test.h103 virtual Runtime* GetRuntime() = 0;
130 Runtime* GetRuntime() override { in GetRuntime() function
H A Dcommon_compiler_test.cc172 Runtime* runtime = GetRuntime(); in SetUp()
/aosp12/bootable/recovery/edify/include/edify/
H A Dupdater_interface.h43 virtual UpdaterRuntimeInterface* GetRuntime() const = 0;
/aosp12/bootable/recovery/updater/include/updater/
H A Dupdater.h56 UpdaterRuntimeInterface* GetRuntime() const override { in GetRuntime() function
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc394 raw_vm->GetRuntime()->GetThreadList() in DestroyJavaVM()
397 delete raw_vm->GetRuntime(); in DestroyJavaVM()
415 Runtime* runtime = raw_vm->GetRuntime(); in DetachCurrentThread()
446 Runtime* runtime = reinterpret_cast<JavaVMExt*>(vm)->GetRuntime(); in AttachCurrentThreadInternal()
H A Djava_vm_ext.h70 Runtime* GetRuntime() const { in GetRuntime() function
/aosp12/art/compiler/optimizing/
H A Dcodegen_test_utils.h254 Runtime* GetRuntime() override { return nullptr; } in Run() function
/aosp12/art/dex2oat/
H A Ddex2oat.cc367 Runtime* runtime = GetRuntime(); in Fatal()
402 static Runtime* GetRuntime() { in GetRuntime() function in art::WatchDog