Home
last modified time | relevance | path

Searched refs:BodyId (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dfull-codegen.cc1136 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS); in VisitWhileStatement()
1177 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS); in VisitForStatement()
Dast.h771 int BodyId() const { return body_id_; } in BodyId() function
819 int BodyId() const { return body_id_; } in BodyId() function
866 int BodyId() const { return body_id_; } in BodyId() function
Dhydrogen.cc3234 body_entry->SetJoinId(stmt->BodyId()); in VisitWhileStatement()
3279 body_entry->SetJoinId(stmt->BodyId()); in VisitForStatement()
/external/v8/src/arm/
Dfull-codegen-arm.cc1088 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/x64/
Dfull-codegen-x64.cc996 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1045 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/mips/
Dfull-codegen-mips.cc1096 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS); in VisitForInStatement()