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

  /external/v8/test/cctest/interpreter/bytecode_expectations/
GlobalCompoundExpressions.golden 24 B(BitwiseAnd), R(0),
PrimitiveExpressions.golden 181 B(BitwiseAnd), R(0),
  /system/connectivity/shill/net/
byte_string.h 105 bool BitwiseAnd(const ByteString& b);
byte_string_unittest.cc 182 TEST_F(ByteStringTest, BitwiseAnd) {
186 EXPECT_FALSE(bs1.BitwiseAnd(ByteString(kTest2, sizeof(kTest2))));
190 EXPECT_TRUE(bs1.BitwiseAnd(bs6));
byte_string.cc 132 bool ByteString::BitwiseAnd(const ByteString& b) {
ip_address.cc 287 address_bytes.BitwiseAnd(b.address());
  /external/v8/test/unittests/compiler/
typer-unittest.cc 273 TestBinaryBitOp(javascript_.BitwiseAnd(hints_), bit_and);
365 TEST_BINARY_MONOTONICITY(BitwiseAnd)
  /external/v8/src/
code-factory.h 91 static Callable BitwiseAnd(Isolate* isolate);
code-factory.cc 269 Callable CodeFactory::BitwiseAnd(Isolate* isolate) {
code-stubs.h 113 V(BitwiseAnd) \
775 DEFINE_TURBOFAN_BINARY_OP_CODE_STUB(BitwiseAnd, TurboFanCodeStub);
    [all...]
objects.h     [all...]
objects.cc 541 MaybeHandle<Object> Object::BitwiseAnd(Isolate* isolate, Handle<Object> lhs,
    [all...]
  /external/v8/src/runtime/
runtime-operators.cc 90 RETURN_RESULT_OR_FAILURE(isolate, Object::BitwiseAnd(isolate, lhs, rhs));
runtime.h 442 F(BitwiseAnd, 2, 1) \
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 90 BitwiseAnd,
173 Op = BinOpToken::BitwiseAnd;
192 case BinOpToken::BitwiseAnd:
    [all...]
  /external/v8/src/compiler/
js-operator.h 398 const Operator* BitwiseAnd(BinaryOperationHints hints);
js-operator.cc 478 const Operator* JSOperatorBuilder::BitwiseAnd(BinaryOperationHints hints) {
    [all...]
js-generic-lowering.cc 70 REPLACE_STUB_CALL(BitwiseAnd)
bytecode-graph-builder.cc     [all...]
ast-graph-builder.cc     [all...]
  /external/v8/src/interpreter/
bytecodes.h 155 V(BitwiseAnd, AccumulatorUse::kReadWrite, OperandType::kReg) \
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 365 set(i++, javascript.BitwiseAnd(binop_hints), true);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/v8/src/ic/
ic.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 532 milliseconds