Searched refs:CountId (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 463 Handle<Object> object = GetInfo(expr->CountId()); in IncrementType()
|
D | ast.h | 1805 int CountId() const { return count_id_; } in CountId() function
|
D | hydrogen.cc | 6414 if (load->HasObservableSideEffects()) AddSimulate(expr->CountId()); in VisitCountOperation() 6440 obj, key, NULL, prop, expr->CountId(), RelocInfo::kNoPosition, in VisitCountOperation() 6444 if (has_side_effects) AddSimulate(expr->CountId()); in VisitCountOperation()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 3967 PrepareForBailoutForId(expr->CountId(), TOS_REG); in VisitCountOperation() 4020 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId()); in VisitCountOperation()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 3945 PrepareForBailoutForId(expr->CountId(), TOS_REG); in VisitCountOperation() 4008 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId()); in VisitCountOperation()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 3858 PrepareForBailoutForId(expr->CountId(), TOS_REG); in VisitCountOperation() 3923 __ call(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId()); in VisitCountOperation()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 4009 PrepareForBailoutForId(expr->CountId(), TOS_REG); in VisitCountOperation() 4062 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId()); in VisitCountOperation()
|