Home
last modified time | relevance | path

Searched refs:LogicalNot (Results 1 – 10 of 10) sorted by relevance

/external/v8/test/cctest/interpreter/bytecode_expectations/
DUnaryOperators.golden27 B(LogicalNot),
/external/v8/test/webkit/
Ddfg-branch-logical-not-peephole-around-osr-exit-expected.txt24 …ttempts to do peephole Branch(LogicalNot) optimization doesn't break OSR exit's ability to recover…
Ddfg-branch-not-fail-expected.txt24 Check that short-circuiting Branch(LogicalNot(@a)) and then failing speculation does not result in …
Ddfg-constant-fold-logical-not-branch-expected.txt24 …happens if we fail to constant fold a LogicalNot that leads into a branch, when the CFA proves tha…
/external/v8/src/interpreter/
Dbytecode-array-builder.h200 BytecodeArrayBuilder& LogicalNot();
Dbytecodes.h164 V(LogicalNot, AccumulatorUse::kReadWrite) \
Dbytecode-array-builder.cc163 BytecodeArrayBuilder& BytecodeArrayBuilder::LogicalNot() { in LogicalNot() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc2631 builder()->LogicalNot(); in VisitNot()
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc144 .LogicalNot() // ToBooleanLogicalNot in TEST_F()
145 .LogicalNot() // non-ToBoolean LogicalNot in TEST_F()
/external/v8/test/cctest/interpreter/
Dtest-interpreter.cc1481 builder.LogicalNot(); in TEST()
1542 builder.LogicalNot(); in TEST()