Searched refs:ThenId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dfull-codegen.cc1134 PrepareForBailoutForId(stmt->ThenId(), NO_REGISTERS);
1144 PrepareForBailoutForId(stmt->ThenId(), NO_REGISTERS);
1499 PrepareForBailoutForId(expr->ThenId(), NO_REGISTERS);
H A Dast.h1201 BailoutId ThenId() const { return then_id_; } function in class:v8::internal::FINAL
2140 BailoutId ThenId() const { return then_id_; } function in class:v8::internal::FINAL
H A Dhydrogen.cc4607 Add<HSimulate>(stmt->ThenId());
4618 cond_true->SetJoinId(stmt->ThenId());
5273 cond_true->SetJoinId(expr->ThenId());

Completed in 151 milliseconds