Home | History | Annotate | Download | only in src

Lines Matching defs:one

413   int outstanding_successors = 1;  // one edge from the pre-header
576 // Check that every block contains at least one node and that only the last
1014 // If there is only one block that makes it through to the end of the
1101 HValue* one = builder_->graph()->GetConstant1();
1103 increment_ = HAdd::New(zone(), context_, phi_, one);
1105 increment_ = HSub::New(zone(), context_, phi_, one);
1573 // not one of the global object types.
1819 // Allocate the JSRegExpResult and the FixedArray in one step.
2073 // one-byte or two-byte and set the appropriate map.
2086 // We create a one-byte cons string if
2087 // 1. both strings are one-byte, or
2088 // 2. at least one of the strings is two-byte, but happens to contain only
2089 // one-byte characters.
2091 // 1. if both strings are one-byte, or if the one-byte data hint is set in
2093 // 2. if one of the strings has the one-byte data hint set and the other
2094 // string is one-byte.
2196 // The right string contains at least one character.
2203 // The left string contains at least one character.
2251 // Determine map and size depending on whether result is one-byte string.
2261 // Allocate sequential one-byte string object.
3500 // need to compensate by adding one to calculate the length.
4138 // this one isn't actually needed (and wouldn't work if it were targeted).
4753 // Not an inlined return, so an actual one.
7055 // If only one map is left after transitioning, handle this case
7115 // Ensure that we visited at least one map above that goes to join. This is
7882 // Save the pending call context. Set up new one for the inlined function.
7909 // If the function uses arguments object then bind bind one.
8207 HValue* one = graph()->GetConstant1();
8213 result = NewUncasted<HDiv>(one, sqrt);
9851 // really a variable, though we implement it as one. The
10132 // directions that can be replaced by one rotate right instruction or not.
10594 // actually two empty blocks (one here and one inserted by
10596 // second one is not a merge node, and that we really have no good AST ID to
10675 // the expression stack when one side is a special-case literal.
12128 // Outer environment is a copy of this one without the arguments.