Home
last modified time | relevance | path

Searched refs:literal_flag (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-flags.cc68 uint8_t TestTypeOfFlags::Encode(LiteralFlag literal_flag) { in Encode() argument
69 return static_cast<uint8_t>(literal_flag); in Encode()
H A Dbytecode-flags.h75 static uint8_t Encode(LiteralFlag literal_flag);
H A Dbytecode-array-builder.cc598 TestTypeOfFlags::LiteralFlag literal_flag) { in CompareTypeOf()
599 DCHECK_NE(literal_flag, TestTypeOfFlags::LiteralFlag::kOther); in CompareTypeOf()
600 OutputTestTypeOf(TestTypeOfFlags::Encode(literal_flag)); in CompareTypeOf()
597 CompareTypeOf( TestTypeOfFlags::LiteralFlag literal_flag) CompareTypeOf() argument
H A Dbytecode-array-builder.h407 TestTypeOfFlags::LiteralFlag literal_flag);
H A Dinterpreter-generator.cc1775 // TestTypeOf <literal_flag>
1778 // by |literal_flag|.
1781 TNode<Uint32T> literal_flag = BytecodeOperandFlag(0); in IGNITION_HANDLER() local
1799 // that the {literal_flag} is valid here; this significantly improves in IGNITION_HANDLER()
1802 CSA_DCHECK(this, Uint32LessThan(literal_flag, Int32Constant(num_cases))); in IGNITION_HANDLER()
1803 Switch(literal_flag, labels[num_cases - 1], cases, labels, num_cases - 1); in IGNITION_HANDLER()
H A Dbytecode-generator.cc6168 TestTypeOfFlags::LiteralFlag literal_flag = in VisitCompareOperation() local
6170 if (literal_flag == TestTypeOfFlags::LiteralFlag::kOther) { in VisitCompareOperation()
6173 builder()->CompareTypeOf(literal_flag); in VisitCompareOperation()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc1575 auto literal_flag = in VisitTestTypeOf() local
1579 switch (literal_flag) { in VisitTestTypeOf()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc3307 auto literal_flag = interpreter::TestTypeOfFlags::Decode( in VisitTestTypeOf() local
3310 switch (literal_flag) { in VisitTestTypeOf()

Completed in 41 milliseconds