Searched refs:StaticAssert (Results 1 – 9 of 9) sorted by relevance
696 void RawMachineAssembler::StaticAssert(Node* value, const char* source) { in StaticAssert() function in v8::internal::compiler::RawMachineAssembler697 AddNode(common()->StaticAssert(source), value); in StaticAssert()
289 common()->StaticAssert("%TurbofanStaticAssert"), value, effect); in ReduceTurbofanStaticAssert()
471 const Operator* StaticAssert(const char* source); in NON_EXPORTED_BASE()
531 void CodeAssembler::StaticAssert(TNode<BoolT> value, const char* source) { in StaticAssert() function in v8::internal::compiler::CodeAssembler532 raw_assembler()->StaticAssert(value, source); in StaticAssert()
87 V(StaticAssert)
919 const Operator* CommonOperatorBuilder::StaticAssert(const char* source) { in StaticAssert() function in v8::internal::compiler::CommonOperatorBuilder
1040 void StaticAssert(Node* value, const char* source);
651 void StaticAssert(TNode<BoolT> value,
324 extern macro StaticAssert(bool, constexpr string): void;