Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-frame-specialization.cc33 if (index == Linkage::kOsrContextSpillSlotIndex) { in ReduceOsrValue()
Dlinkage.h384 static const int kOsrContextSpillSlotIndex = -1; variable
Dnode-properties.cc356 if (index == Linkage::kOsrContextSpillSlotIndex) { in GetSpecializationNativeContext()
Dlinkage.cc498 if (index == kOsrContextSpillSlotIndex) { in GetOsrValueLocation()
Dast-graph-builder.cc4278 builder_->common()->OsrValue(Linkage::kOsrContextSpillSlotIndex); in PrepareForLoop()