Searched refs:kVMRuntimeSecondaryDex (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | app_info.h | 36 static constexpr int32_t kVMRuntimeSecondaryDex = 1 << 2; variable |
D | app_info.cc | 36 case kVMRuntimeSecondaryDex : return CodeType::kSecondaryDex; in FromVMRuntimeConstants() |