Home
last modified time | relevance | path

Searched refs:slot_not_analyzed_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Descape-analysis.h75 Node* const slot_not_analyzed_; variable
Descape-analysis.cc897 slot_not_analyzed_(graph->NewNode(common->NumberConstant(0x1c0debad))), in EscapeAnalysis()
905 double v = OpParameter<double>(slot_not_analyzed_); in EscapeAnalysis()
906 NodeProperties::SetType(slot_not_analyzed_, Type::Range(v, v, zone)); in EscapeAnalysis()
1588 val = slot_not_analyzed_; in ProcessStoreField()