Home
last modified time | relevance | path

Searched refs:BinaryOpIC (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Dcode-factory.h62 static Callable BinaryOpIC(Isolate* isolate, Token::Value op,
Dcode-factory.cc136 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op, in BinaryOpIC() function in v8::internal::CodeFactory
Dcode-stubs.h69 V(BinaryOpIC) \
1484 DEFINE_HYDROGEN_CODE_STUB(BinaryOpIC, HydrogenCodeStub);
/external/v8/src/ic/
Dic.h597 class BinaryOpIC : public IC {
599 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in BinaryOpIC() function
Dic.cc2496 MaybeHandle<Object> BinaryOpIC::Transition( in Transition()
2631 BinaryOpIC ic(isolate); in RUNTIME_FUNCTION()
2649 BinaryOpIC ic(isolate); in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Djs-generic-lowering.cc72 CodeFactory::BinaryOpIC(isolate(), token, \
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc2163 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/
Dfull-codegen-arm64.cc1969 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/
Dfull-codegen-mips.cc2268 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/
Dfull-codegen-ia32.cc2171 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/
Dfull-codegen-x64.cc2193 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/
Dfull-codegen-arm.cc2277 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/
Dfull-codegen-mips64.cc2269 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/
Dfull-codegen-ppc.cc2240 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/
Dlithium-codegen-x64.cc1965 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2018 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1677 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1927 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1881 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2204 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc1999 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoArithmeticT()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2048 CodeFactory::BinaryOpIC(isolate(), instr->op(), instr->strength()).code(); in DoShiftI()
/external/v8/
DChangeLog7127 PlatformFeatureScope and BinaryOpIC::State (Chromium issue 359977).