Searched refs:kAccNterpEntryPointFastPathFlag (Results 1 – 4 of 4) sorted by relevance
37 art::kAccNterpEntryPointFastPathFlag)39 art::MostSignificantBit(art::kAccNterpEntryPointFastPathFlag))
42 nterp_flags |= kAccNterpEntryPointFastPathFlag; in GetNterpFastPathFlags()
582 constexpr uint32_t mask = kAccNative | kAccNterpEntryPointFastPathFlag;583 return (access_flags & mask) == kAccNterpEntryPointFastPathFlag;588 AddAccessFlags(kAccNterpEntryPointFastPathFlag);593 ClearAccessFlags(kAccNterpEntryPointFastPathFlag);607 access_flags &= ~kAccNterpEntryPointFastPathFlag;
102 static constexpr uint32_t kAccNterpEntryPointFastPathFlag = 0x00100000; variable