Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h479 const Operator* OsrValue(int index); in NON_EXPORTED_BASE()
Dopcodes.h70 V(OsrValue) \
Dcommon-operator.cc1113 const Operator* CommonOperatorBuilder::OsrValue(int index) { in OsrValue() function in v8::internal::compiler::CommonOperatorBuilder
Dbytecode-graph-builder.cc394 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), start)); in FillWithOsrValues()
400 values()->at(i) = graph()->NewNode(common()->OsrValue(idx), start); in FillWithOsrValues()