Searched refs:OsrEntryId (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dast.h686 int OsrEntryId() const { return osr_entry_id_; } function in class:v8::internal::IterationStatement
H A Dhydrogen.cc3103 return statement->OsrEntryId() == info()->osr_ast_id();
3120 int osr_entry_id = statement->OsrEntryId();
/external/v8/src/arm/
H A Dfull-codegen-arm.cc379 RecordStackCheck(stmt->OsrEntryId());
390 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc373 RecordStackCheck(stmt->OsrEntryId());
391 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc389 RecordStackCheck(stmt->OsrEntryId());
399 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc336 RecordStackCheck(stmt->OsrEntryId());
350 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS);

Completed in 121 milliseconds