Searched refs:kAccNterpEntryPointFastPathFlag (Results 1 – 3 of 3) sorted by relevance
33 art::kAccNterpEntryPointFastPathFlag)35 art::MostSignificantBit(art::kAccNterpEntryPointFastPathFlag))
101 static constexpr uint32_t kAccNterpEntryPointFastPathFlag = 0x00100000; variable
396 constexpr uint32_t mask = kAccNative | kAccNterpEntryPointFastPathFlag; in HasNterpEntryPointFastPathFlag()397 return (GetAccessFlags() & mask) == kAccNterpEntryPointFastPathFlag; in HasNterpEntryPointFastPathFlag()402 AddAccessFlags(kAccNterpEntryPointFastPathFlag); in SetNterpEntryPointFastPathFlag()