/external/v8/src/ |
D | code-factory.h | 62 static Callable BinaryOpIC(Isolate* isolate, Token::Value op,
|
D | code-factory.cc | 136 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op, in BinaryOpIC() function in v8::internal::CodeFactory
|
D | code-stubs.h | 69 V(BinaryOpIC) \ 1484 DEFINE_HYDROGEN_CODE_STUB(BinaryOpIC, HydrogenCodeStub);
|
/external/v8/src/ic/ |
D | ic.h | 597 class BinaryOpIC : public IC { 599 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in BinaryOpIC() function
|
D | ic.cc | 2496 MaybeHandle<Object> BinaryOpIC::Transition( in Transition() 2631 BinaryOpIC ic(isolate); in RUNTIME_FUNCTION() 2649 BinaryOpIC ic(isolate); in RUNTIME_FUNCTION()
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 72 CodeFactory::BinaryOpIC(isolate(), token, \
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 2163 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2308 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4282 Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), expr->binary_op(), in VisitCountOperation()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1969 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2052 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4074 CodeFactory::BinaryOpIC(isolate(), Token::ADD, in VisitCountOperation()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 2268 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2410 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4372 Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), Token::ADD, in VisitCountOperation()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 2171 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2316 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4290 Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), expr->binary_op(), in VisitCountOperation()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 2193 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2306 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4293 Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), expr->binary_op(), in VisitCountOperation()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 2277 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2422 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4366 Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), Token::ADD, in VisitCountOperation()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 2269 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2412 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4381 Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), Token::ADD, in VisitCountOperation()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 2240 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitInlineSmiBinaryOp() 2417 CodeFactory::BinaryOpIC(isolate(), op, strength(language_mode())).code(); in EmitBinaryOp() 4370 Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), Token::ADD, in VisitCountOperation()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1965 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 2018 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1677 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1927 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1881 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2204 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 1999 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2048 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoShiftI()
|
/external/v8/ |
D | ChangeLog | 7127 PlatformFeatureScope and BinaryOpIC::State (Chromium issue 359977).
|