Searched refs:CallNewFeedbackSlot (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/crankshaft/ |
D | typing.cc | 545 expr->CallNewFeedbackSlot(); in VisitCallNew() 549 oracle()->CallNewIsMonomorphic(expr->CallNewFeedbackSlot()); in VisitCallNew() 552 expr->set_target(oracle()->GetCallNewTarget(expr->CallNewFeedbackSlot())); in VisitCallNew()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 2505 float const frequency = ComputeCallFrequency(expr->CallNewFeedbackSlot()); in VisitCallNew() 2506 VectorSlotPair feedback = CreateVectorSlotPair(expr->CallNewFeedbackSlot()); in VisitCallNew()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 2515 .New(constructor, args, feedback_index(expr->CallNewFeedbackSlot())); in VisitCallNew()
|
/external/v8/src/ast/ |
D | ast.h | 1974 FeedbackVectorSlot CallNewFeedbackSlot() { in CallNewFeedbackSlot() function
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 2421 __ Move(rdx, SmiFromSlot(expr->CallNewFeedbackSlot())); in VisitCallNew()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 2423 __ mov(edx, Immediate(SmiFromSlot(expr->CallNewFeedbackSlot()))); in VisitCallNew()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 2431 __ mov(edx, Immediate(SmiFromSlot(expr->CallNewFeedbackSlot()))); in VisitCallNew()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 2545 __ LoadSmiLiteral(r6, SmiFromSlot(expr->CallNewFeedbackSlot())); in VisitCallNew()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 2546 __ li(a3, Operand(SmiFromSlot(expr->CallNewFeedbackSlot()))); in VisitCallNew()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 2440 __ Mov(x3, SmiFromSlot(expr->CallNewFeedbackSlot())); in VisitCallNew()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 2547 __ li(a3, Operand(SmiFromSlot(expr->CallNewFeedbackSlot()))); in VisitCallNew()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 2535 __ mov(r3, Operand(SmiFromSlot(expr->CallNewFeedbackSlot()))); in VisitCallNew()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 2489 __ LoadSmiLiteral(r5, SmiFromSlot(expr->CallNewFeedbackSlot())); in VisitCallNew()
|