Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.cc917 PrepareForBailoutForId(stmt->ThenId(), BailoutState::NO_REGISTERS); in VisitIfStatement()
927 PrepareForBailoutForId(stmt->ThenId(), BailoutState::NO_REGISTERS); in VisitIfStatement()
1450 PrepareForBailoutForId(expr->ThenId(), BailoutState::NO_REGISTERS); in VisitConditional()
/external/v8/src/ast/
Dast.h1135 BailoutId ThenId() const { return BailoutId(local_id(1)); } in ThenId() function
2377 BailoutId ThenId() const { return BailoutId(local_id(0)); } in ThenId() function
/external/v8/src/crankshaft/
Dhydrogen.cc4937 Add<HSimulate>(stmt->ThenId()); in VisitIfStatement()
4956 cond_true->SetJoinId(stmt->ThenId()); in VisitIfStatement()
5734 cond_true->SetJoinId(expr->ThenId()); in VisitConditional()