Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h334 const Operator* OsrValue(int index); in NON_EXPORTED_BASE()
Dopcodes.h67 V(OsrValue) \
Dcommon-operator.cc1005 const Operator* CommonOperatorBuilder::OsrValue(int index) { in OsrValue() function in v8::internal::compiler::CommonOperatorBuilder
Dbytecode-graph-builder.cc321 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), entry)); in PrepareForOsrEntry()
327 values()->at(i) = graph()->NewNode(common()->OsrValue(idx), entry); in PrepareForOsrEntry()
Dast-graph-builder.cc3032 graph->NewNode(builder_->common()->OsrValue(i), osr_loop_entry); in PrepareForOsrEntry()
3037 builder_->common()->OsrValue(Linkage::kOsrContextSpillSlotIndex); in PrepareForOsrEntry()