/external/libcxx/include/ |
D | numeric | 26 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); 43 …ial_sum(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op); 51 …ference(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op);
|
D | algorithm | 199 OutputIterator result, BinaryOperation binary_op);
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.cc | 615 Query::Query(const Query& left, const Query& right, Operator binary_op) in Query() argument 616 : operator_(binary_op), in Query() 621 type_ = (binary_op < OP_ADD ? in Query()
|
D | trace_event_analyzer.h | 490 Query(const Query& left, const Query& right, Operator binary_op);
|
/external/v8/test/cctest/ |
D | test-javascript-arm64.cc | 115 TEST(binary_op) { in TEST() argument
|
D | test-deoptimization.cc | 489 const char* binary_op) { in TestDeoptimizeBinaryOpHelper() argument 494 binary_op); in TestDeoptimizeBinaryOpHelper()
|
/external/v8/src/ast/ |
D | ast.cc | 194 Token::Value Assignment::binary_op() const { in binary_op() function in v8::internal::Assignment
|
D | ast.h | 2221 Token::Value binary_op() { in binary_op() function 2404 Token::Value binary_op() const; 3422 NewBinaryOperation(assign->binary_op(), target, value, pos + 1); in NewAssignment()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 2174 builder()->BinaryOperation(expr->binary_op(), old_value); in VisitAssignment() 2801 builder()->CountOperation(expr->binary_op()); in VisitCountOperation()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1689 Token::Value op = expr->binary_op(); in VisitAssignment() 3250 CodeFactory::BinaryOpIC(isolate(), expr->binary_op()).code(); in VisitCountOperation()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1681 Token::Value op = expr->binary_op(); in VisitAssignment() 3242 CodeFactory::BinaryOpIC(isolate(), expr->binary_op()).code(); in VisitCountOperation()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1716 Token::Value op = expr->binary_op(); in VisitAssignment() 3241 CodeFactory::BinaryOpIC(isolate(), expr->binary_op()).code(); in VisitCountOperation()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 2210 BuildBinaryOp(left, right, expr->binary_op(), in VisitAssignment() 2752 expr->binary_op(), expr->CountBinOpFeedbackId()); in VisitCountOperation()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1753 Token::Value op = expr->binary_op(); in VisitAssignment()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1771 Token::Value op = expr->binary_op(); in VisitAssignment()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1775 Token::Value op = expr->binary_op(); in VisitAssignment()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1694 Token::Value op = expr->binary_op(); in VisitAssignment()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1735 Token::Value op = expr->binary_op(); in VisitAssignment()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1770 Token::Value op = expr->binary_op(); in VisitAssignment()
|