Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc1305 static constexpr uint32_t kMethodIdxFlagQuickened = 0x80000000; in DoCacheMethodLoweringInfo() local
1377 target_method_idx = mir->offset | kMethodIdxFlagQuickened; in DoCacheMethodLoweringInfo()
1412 const bool is_quick = (entry->target_method_idx & kMethodIdxFlagQuickened) != 0; in DoCacheMethodLoweringInfo()
1413 const uint32_t masked_method_idx = entry->target_method_idx & ~kMethodIdxFlagQuickened; in DoCacheMethodLoweringInfo()