Lines Matching refs:Or
2 // Redistribution and use in source and binary forms, with or without
10 // disclaimer in the documentation and/or other materials provided
13 // contributors may be used to endorse or promote products derived
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
361 // to make sure it is constant. Branch may emit a skip-or-jump sequence
716 // Adjust by a (parameter or local) base offset.
792 // Check that we're not inside a with or catch context.
1094 // Get the object to enumerate over. If the object is null or undefined, skip
1126 // validity or get the property names in a fixed array.
1209 // Get the expected map from the stack or a smi in the
1225 // Convert the entry to a string or (smi) 0 if it isn't a property
1234 // Update the 'each' property or variable from the possibly filtered
1278 // As with for-in, skip the loop if the iterator is null or undefined.
1332 // we're running with the --always-opt or the --prepare-always-opt
1516 // can be skipped in the following situation: we have a LET or CONST
1519 // same function or in the same eval code) and the VariableProxy is in
1848 // If the subexpression is a literal or a simple materialized literal it
1896 // Left-hand side can only be a property, a global or a (parameter or local)
2316 __ Or(scratch1, left, Operand(right));
2382 __ Or(v0, left, Operand(right));
2421 // Left-hand side can only be a property, a global or a (parameter or local)
2471 // Global var, const, or let.
2534 // Assignment to var or initializing assignment to let/const
2726 // t2: copy of the first argument or undefined if it doesn't exist.
2839 // The receiver is either the global receiver or an object found
3102 __ Or(a2, a2, Operand(1 << Map::kStringWrapperSafeForDefaultValueOf));
3374 // This is used to determine whether or not to generate the log call.
4361 // Expression can only be a property, a global or a (parameter or local)
4419 // Save the result on the stack. If we have a named or keyed property
4452 // Save the result on the stack. If we have a named or keyed property
4707 __ Or(a2, a0, Operand(a1));