Home
last modified time | relevance | path

Searched refs:kVMRuntimePrimaryApk (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dapp_info.h32 static constexpr int32_t kVMRuntimePrimaryApk = 1 << 0; variable
H A Dapp_info.cc34 case kVMRuntimePrimaryApk : return CodeType::kPrimaryApk; in FromVMRuntimeConstants()
H A Druntime.cc1020 kVMRuntimePrimaryApk); in Start()