Home
last modified time | relevance | path

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

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