Searched refs:kCallTypeShift (Results 1 – 1 of 1) sorted by relevance
89 constexpr uint8_t kCallTypeShift = 31; variable102 return (((call_type & kCallTypeMask) << kCallTypeShift) | in CreateFunctionId()
Completed in 3 milliseconds