Home
last modified time | relevance | path

Searched refs:kVMRuntimeSecondaryDex (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dapp_info.h36 static constexpr int32_t kVMRuntimeSecondaryDex = 1 << 2; variable
Dapp_info.cc36 case kVMRuntimeSecondaryDex : return CodeType::kSecondaryDex; in FromVMRuntimeConstants()