Searched refs:OsrValue (Results 1 – 5 of 5) sorted by relevance
218 const Operator* OsrValue(int index); in NON_EXPORTED_BASE()
64 V(OsrValue) \
376 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), entry)); in PrepareForOsrEntry()382 values()->at(i) = graph()->NewNode(common()->OsrValue(idx), entry); in PrepareForOsrEntry()
813 const Operator* CommonOperatorBuilder::OsrValue(int index) { in OsrValue() function in v8::internal::compiler::CommonOperatorBuilder
4213 graph->NewNode(builder_->common()->OsrValue(i), osr_loop_entry); in PrepareForOsrEntry()4218 builder_->common()->OsrValue(Linkage::kOsrContextSpillSlotIndex); in PrepareForOsrEntry()