Searched refs:kInvalidInvokeType (Results 1 – 3 of 3) sorted by relevance
283 static constexpr uint8_t kInvalidInvokeType = 255u; variable284 static_assert(static_cast<uint8_t>(kMaxInvokeType) < kInvalidInvokeType);305 return kInvalidInvokeType; in GetOpcodeInvokeType()
830 kInvalidInvokeType, in TryCompile()989 kInvalidInvokeType, in TryCompileIntrinsic()
103 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); variable387 InvokeType invoke_type = kInvalidInvokeType,