Home
last modified time | relevance | path

Searched refs:kOsrContextSpillSlotIndex (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-frame-specialization.cc37 if (index == Linkage::kOsrContextSpillSlotIndex) { in ReduceOsrValue()
Dlinkage.h435 static const int kOsrContextSpillSlotIndex = -1; in NON_EXPORTED_BASE() local
Dlinkage.cc470 if (index == kOsrContextSpillSlotIndex) { in GetOsrValueLocation()
Dbytecode-graph-builder.cc321 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), entry)); in PrepareForOsrEntry()
Dast-graph-builder.cc3037 builder_->common()->OsrValue(Linkage::kOsrContextSpillSlotIndex); in PrepareForOsrEntry()