Home
last modified time | relevance | path

Searched refs:ToNumberId (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.cc2719 PrepareFrameState(old_value, expr->ToNumberId(), in VisitCountOperation()
2725 FrameStateBeforeAndAfter store_states(this, expr->ToNumberId()); in VisitCountOperation()
2746 states.AddToNode(value, is_strong(language_mode()) ? expr->ToNumberId() in VisitCountOperation()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc4247 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4289 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc4036 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4082 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc4336 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4379 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc4255 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4297 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc4258 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4300 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc4330 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4373 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc4345 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4388 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc4335 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
4377 PrepareForBailoutForId(expr->ToNumberId(), TOS_REG); in VisitCountOperation()
/external/v8/src/ast/
Dast.h2280 BailoutId ToNumberId() const { return BailoutId(local_id(1)); } in ToNumberId() function
/external/v8/src/crankshaft/
Dhydrogen.cc10625 Add<HSimulate>(expr->ToNumberId(), REMOVABLE_SIMULATE); in BuildIncrement()