Searched refs:kFlagsICInLoopMask (Results 1 – 3 of 3) sorted by relevance
253 (static_cast<uint32_t>(flags) & ~Code::kFlagsICInLoopMask); in SecondaryOffset()
2144 if (in_loop) bits |= kFlagsICInLoopMask; in ComputeFlags()2180 int bits = (flags & kFlagsICInLoopMask); in ExtractICInLoopFromFlags()
2684 static const int kFlagsICInLoopMask = 0x00000008; // 0000001000 variable2690 (kFlagsICInLoopMask | kFlagsTypeMask);