Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h218 const Operator* OsrValue(int index); in NON_EXPORTED_BASE()
Dopcodes.h64 V(OsrValue) \
Dbytecode-graph-builder.cc376 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), entry)); in PrepareForOsrEntry()
382 values()->at(i) = graph()->NewNode(common()->OsrValue(idx), entry); in PrepareForOsrEntry()
Dcommon-operator.cc813 const Operator* CommonOperatorBuilder::OsrValue(int index) { in OsrValue() function in v8::internal::compiler::CommonOperatorBuilder
Dast-graph-builder.cc4213 graph->NewNode(builder_->common()->OsrValue(i), osr_loop_entry); in PrepareForOsrEntry()
4218 builder_->common()->OsrValue(Linkage::kOsrContextSpillSlotIndex); in PrepareForOsrEntry()