Home
last modified time | relevance | path

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

/external/v8/src/
Dfull-codegen.cc977 PrepareForBailoutForId(stmt->ThenId(), NO_REGISTERS); in VisitIfStatement()
987 PrepareForBailoutForId(stmt->ThenId(), NO_REGISTERS); in VisitIfStatement()
1335 PrepareForBailoutForId(expr->ThenId(), NO_REGISTERS); in VisitConditional()
Dast.h1066 int ThenId() const { return then_id_; } in ThenId() function
1893 int ThenId() const { return then_id_; } in ThenId() function
Dhydrogen.cc2740 AddSimulate(stmt->ThenId()); in VisitIfStatement()
2751 cond_true->SetJoinId(stmt->ThenId()); in VisitIfStatement()
3514 cond_true->SetJoinId(expr->ThenId()); in VisitConditional()