Home
last modified time | relevance | path

Searched refs:OsrEntryId (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dhydrogen-osr.cc13 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id(); in HasOsrEntryAt()
41 BailoutId osr_entry_id = statement->OsrEntryId(); in BuildOsrLoopEntry()
Dtyping.cc71 if (stmt->OsrEntryId() != info_->osr_ast_id()) return; in ObserveTypesAtOsrEntry()
Dast.h734 BailoutId OsrEntryId() const { return osr_entry_id_; } in OsrEntryId() function
/external/v8/src/x87/
Dfull-codegen-x87.cc358 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
367 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/x64/
Dfull-codegen-x64.cc364 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
374 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc361 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
370 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc385 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
394 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/mips/
Dfull-codegen-mips.cc389 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
397 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc385 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
393 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/arm/
Dfull-codegen-arm.cc401 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
410 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitBackEdgeBookkeeping()