Searched refs:CountId (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dtype-info.cc463 Handle<Object> object = GetInfo(expr->CountId());
H A Dast.h1805 int CountId() const { return count_id_; } function in class:v8::internal::CountOperation
H A Dhydrogen.cc6414 if (load->HasObservableSideEffects()) AddSimulate(expr->CountId());
6440 obj, key, NULL, prop, expr->CountId(), RelocInfo::kNoPosition,
6444 if (has_side_effects) AddSimulate(expr->CountId());
/external/v8/src/arm/
H A Dfull-codegen-arm.cc3967 PrepareForBailoutForId(expr->CountId(), TOS_REG);
4020 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId());
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc3945 PrepareForBailoutForId(expr->CountId(), TOS_REG);
4008 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId());
/external/v8/src/mips/
H A Dfull-codegen-mips.cc4009 PrepareForBailoutForId(expr->CountId(), TOS_REG);
4062 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId());
/external/v8/src/x64/
H A Dfull-codegen-x64.cc3858 PrepareForBailoutForId(expr->CountId(), TOS_REG);
3923 __ call(stub.GetCode(), RelocInfo::CODE_TARGET, expr->CountId());

Completed in 207 milliseconds