Home
last modified time | relevance | path

Searched refs:ExitId (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/full-codegen/
Dfull-codegen.cc790 this, stmt->scope(), stmt->EntryId(), stmt->DeclsId(), stmt->ExitId()); in VisitBlock()
993 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitDoWhileStatement()
1024 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitWhileStatement()
1073 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForStatement()
1113 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForOfStatement()
1309 this, lit->scope(), lit->EntryId(), lit->DeclsId(), lit->ExitId()); in VisitClassLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc3607 break_block->SetJoinId(statement->ExitId()); in CreateLoop()
4764 AddSimulate(stmt->ExitId(), REMOVABLE_SIMULATE); in VisitBlock()
4770 break_block->SetJoinId(stmt->ExitId()); in VisitBlock()
4933 AddSimulate(stmt->target()->ExitId(), REMOVABLE_SIMULATE); in VisitBreakStatement()
5123 stmt->ExitId())); in VisitSwitchStatement()
5127 break_block->SetJoinId(stmt->ExitId()); in VisitSwitchStatement()
5178 loop_successor->SetJoinId(stmt->ExitId()); in VisitDoWhileStatement()
5210 loop_successor->SetJoinId(stmt->ExitId()); in VisitWhileStatement()
5252 loop_successor->SetJoinId(stmt->ExitId()); in VisitForStatement()
/external/v8/src/ast/
Dast.h431 BailoutId ExitId() const { return BailoutId(local_id(1)); } in ExitId() function
2818 BailoutId ExitId() { return BailoutId(local_id(2)); } in ExitId() function
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc958 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1118 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1030 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1199 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1026 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1198 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc966 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1126 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc979 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1154 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1030 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1206 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1025 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1197 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc987 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitSwitchStatement()
1167 PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS); in VisitForInStatement()