Home
last modified time | relevance | path

Searched refs:CallFeedbackICSlot (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/crankshaft/
Dtyping.cc518 FeedbackSlot slot = expr->CallFeedbackICSlot(); in VisitCall()
Dhydrogen.cc9626 tail_call_mode, expr->CallFeedbackICSlot()); in VisitCall()
/external/v8/src/ast/
Dprettyprinter.cc1132 FormatSlotNode(&buf, node, name, node->CallFeedbackICSlot()); in VisitCall()
Dast.h1839 FeedbackSlot CallFeedbackICSlot() const { return ic_slot_; } in CallFeedbackICSlot() function
/external/v8/src/interpreter/
Dbytecode-generator.cc2632 int const feedback_slot_index = feedback_index(expr->CallFeedbackICSlot()); in VisitCall()
2668 int const feedback_slot_index = feedback_index(expr->CallFeedbackICSlot()); in VisitCallSuper()
/external/v8/src/compiler/
Dast-graph-builder.cc1696 float const frequency = ComputeCallFrequency(expr->CallFeedbackICSlot()); in VisitCall()
1697 VectorSlotPair feedback = CreateVectorSlotPair(expr->CallFeedbackICSlot()); in VisitCall()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1809 __ Move(edx, Immediate(IntFromSlot(expr->CallFeedbackICSlot()))); in EmitCall()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1797 __ Set(rdx, IntFromSlot(expr->CallFeedbackICSlot())); in EmitCall()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1799 __ Move(edx, Immediate(SmiFromSlot(expr->CallFeedbackICSlot()))); in EmitCall()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1885 __ mov(r3, Operand(IntFromSlot(expr->CallFeedbackICSlot()))); in EmitCall()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1838 __ Mov(x3, IntFromSlot(expr->CallFeedbackICSlot())); in EmitCall()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1907 __ li(a3, Operand(IntFromSlot(expr->CallFeedbackICSlot()))); in EmitCall()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1908 __ li(a3, Operand(IntFromSlot(expr->CallFeedbackICSlot()))); in EmitCall()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1863 __ Load(r5, Operand(IntFromSlot(expr->CallFeedbackICSlot()))); in EmitCall()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1897 __ mov(r6, Operand(IntFromSlot(expr->CallFeedbackICSlot()))); in EmitCall()