Searched refs:EntryId (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dast.h392 int EntryId() const { return entry_id_; } function in class:v8::internal::BreakableStatement
769 virtual int ContinueId() const { return EntryId(); }
864 virtual int ContinueId() const { return EntryId(); }
995 int EntryId() { return entry_id_; } function in class:v8::internal::CaseClause
H A Dfull-codegen.cc941 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
H A Dhydrogen.cc240 SetJoinId(stmt->EntryId());
2931 AddSimulate(stmt->EntryId());
2979 default_id = clause->EntryId();
3077 clause->EntryId());
3151 loop_predecessor->SetJoinId(statement->EntryId());
/external/v8/src/arm/
H A Dfull-codegen-arm.cc386 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
906 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
973 PrepareForBailoutForId(clause->EntryId(), NO_REGISTERS);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc387 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
874 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
941 PrepareForBailoutForId(clause->EntryId(), NO_REGISTERS);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc395 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
916 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
983 PrepareForBailoutForId(clause->EntryId(), NO_REGISTERS);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc346 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
815 PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
883 PrepareForBailoutForId(clause->EntryId(), NO_REGISTERS);

Completed in 119 milliseconds