Home
last modified time | relevance | path

Searched defs:GetRuntime (Results 1 – 5 of 5) sorted by relevance

/aosp12/bootable/recovery/updater/include/updater/
H A Dupdater.h56 UpdaterRuntimeInterface* GetRuntime() const override { in GetRuntime() function
/aosp12/art/compiler/
H A Dcommon_compiler_test.h130 Runtime* GetRuntime() override { in GetRuntime() function
/aosp12/art/runtime/jni/
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.cc402 static Runtime* GetRuntime() { in GetRuntime() function in art::WatchDog