HomeSort by relevance Sort by last modified time
    Searched refs:BitwiseXor (Results 1 - 20 of 20) sorted by null

  /external/v8/test/cctest/interpreter/bytecode_expectations/
CompoundExpressions.golden 98 B(BitwiseXor), R(3),
UnaryOperators.golden 135 B(BitwiseXor), R(0),
PrimitiveExpressions.golden 161 B(BitwiseXor), R(0),
  /external/v8/test/unittests/compiler/
typer-unittest.cc 278 TestBinaryBitOp(javascript_.BitwiseXor(hints_), bit_xor);
364 TEST_BINARY_MONOTONICITY(BitwiseXor)
  /external/v8/src/
code-factory.h 93 static Callable BitwiseXor(Isolate* isolate);
code-factory.cc 281 Callable CodeFactory::BitwiseXor(Isolate* isolate) {
code-stubs.h 115 V(BitwiseXor) \
791 DEFINE_TURBOFAN_BINARY_OP_CODE_STUB(BitwiseXor, TurboFanCodeStub);
    [all...]
objects.h     [all...]
objects.cc 565 MaybeHandle<Object> Object::BitwiseXor(Isolate* isolate, Handle<Object> lhs,
    [all...]
  /external/v8/src/runtime/
runtime-operators.cc 108 RETURN_RESULT_OR_FAILURE(isolate, Object::BitwiseXor(isolate, lhs, rhs));
runtime.h 444 F(BitwiseXor, 2, 1) \
    [all...]
  /external/v8/src/compiler/
js-operator.h 397 const Operator* BitwiseXor(BinaryOperationHints hints);
js-operator.cc 469 const Operator* JSOperatorBuilder::BitwiseXor(BinaryOperationHints hints) {
    [all...]
js-generic-lowering.cc 72 REPLACE_STUB_CALL(BitwiseXor)
bytecode-graph-builder.cc     [all...]
ast-graph-builder.cc     [all...]
  /external/v8/src/interpreter/
bytecodes.h 154 V(BitwiseXor, AccumulatorUse::kReadWrite, OperandType::kReg) \
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 363 set(i++, javascript.BitwiseXor(binop_hints), true);
    [all...]
  /external/v8/src/ic/
ic.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 240 milliseconds