Home
last modified time | relevance | path

Searched refs:OsrValue (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h505 const Operator* OsrValue(int index);
H A Dopcodes.h69 V(OsrValue) \
H A Dcommon-operator.cc1143 const Operator* CommonOperatorBuilder::OsrValue(int index) { in OsrValue() function in v8::internal::compiler::CommonOperatorBuilder
1146 "OsrValue", // name in OsrValue()
H A Dbytecode-graph-builder.cc895 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), start)); in FillWithOsrValues()
901 values()->at(i) = graph()->NewNode(common()->OsrValue(idx), start); in FillWithOsrValues()

Completed in 20 milliseconds