HomeSort by relevance Sort by last modified time
    Searched refs:Is (Results 126 - 150 of 174) sorted by null

1 2 3 4 56 7

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 DCHECK(!reg.Is(csp));
60 DCHECK(!reg.Is(csp));
141 // Open a frame scope to indicate that there is a frame on the stack.
163 DCHECK(jssp.Is(__ StackPointer()));
196 // Argument to NewContext is the function, which is still in x1.
206 // Result of FastNewContextStub is always in new space.
213 // Context is returned in x0. It replaces the context passed to us.
254 // Receiver is just before the parameters on the caller's stack
    [all...]
lithium-arm64.h 2 // Use of this source code is governed by a BSD-style license that can be
190 DCHECK(instr->Is##type()); \
228 bool Is##type() const { return opcode() == k##type; }
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
8 // but it is absolutely needed to make sure gcc generates optimal
9 // code. gcc is not happy when attempting to inline too deep.
46 // Ensure the upper 2 bits have the same value by sign extending it. This is
60 bool Object::Is##type() const { \
68 SLOW_DCHECK(object->Is##type()); \
72 SLOW_DCHECK(object->Is##type()); \
147 // External objects are not extensible, so the map check is enough.
271 // Dictionary is covered under FixedArray.
510 DCHECK(result != 0); // Ensure that the hash value of 0 is never computed
    [all...]
v8natives.js 2 // Use of this source code is governed by a BSD-style license that can be
75 // The "prototype" property of the function object is made non-configurable,
76 // and the prototype object is made non-extensible. The latter prevents
81 // Install functions first, because this function is used to initialize
168 // is not mandated by the spec.
242 // TODO(rossberg): adjust once there is a story for symbols vs proxies.
264 // TODO(rossberg): adjust once there is a story for symbols vs proxies.
464 // Is accessor descriptor.
579 // This is an accessor.
628 // TODO(rossberg): adjust once there is a story for symbols vs proxies
    [all...]
hydrogen-instructions.h 2 // Use of this source code is governed by a BSD-style license that can be
194 virtual bool Is##type() const FINAL OVERRIDE { return true; } \
196 DCHECK(value->Is##type()); \
205 DCHECK(value->Is##type()); \
319 // This class is the safe way to iterate uses while deleting them.
419 // When FLAG_track_hydrogen_positions is set this object encodes the
422 // When the flag is not set we simply track absolute offset from the
463 // If FLAG_hydrogen_track_positions is set contains bitfields InliningIdField
501 // Set after an instruction is killed.
505 // EXTERNAL_UINT32_ELEMENTS array is not marked with this fla
    [all...]
hydrogen.h 2 // Use of this source code is governed by a BSD-style license that can be
127 // If a target block is tagged as an inline function return, all
654 // environment is the outer environment but the top expression stack
683 // by 1 (receiver is parameter index -1 but environment index 0).
723 // True if index is included in the expression stack part of the environment.
759 // This class is not BASE_EMBEDDED because our inlining implementation uses
767 // 'Fill' this context with a hydrogen value. The value is assumed to
803 // height makes sense when the context is filled.
941 // The kind of call which is currently being inlined.
944 // When inlining in an effect or value context, this is the return block
    [all...]
objects.h 2 // Use of this source code is governed by a BSD-style license that can be
234 // Setter that skips the write barrier if mode is SKIP_WRITE_BARRIER.
245 // PropertyNormalizationMode is used to specify whether to keep
255 // will cause polymorphism with other objects. REGULAR_PROTOTYPE is to be used
274 // Indicates whether the transition is simple: the target map of the transition
291 // from odd to even and back every time marking is completed. Incremental
296 // is marked again and the MarkingParity changes.
303 // ICs store extra state in a Code object. The default extra state is
319 // As an example, a JavaScript object is a heap object and its map
320 // instance_type is JS_OBJECT_TYPE
    [all...]
  /build/core/
config.mk 1 # This is included by the top-level Makefile.
4 # are not specific to what is being built.
12 # This is repeated from main.mk, since envsetup.sh runs this file
141 # be used, and if that doesn't work, then the default is an
155 # TARGET_DEVICE_KERNEL_HEADERS is automatically created for the current
156 # device being built. It is set as $(TARGET_DEVICE_DIR)/kernel-headers,
157 # e.g. device/samsung/tuna/kernel-headers. This directory is not
160 # TARGET_BOARD_KERNEL_HEADERS is specified by the BoardConfig.mk file
161 # to allow other directories to be included. This is useful if there's
166 # TARGET_PRODUCT_KERNEL_HEADERS is generated by the product inheritanc
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 2 // Use of this source code is governed by a BSD-style license that can be
178 DCHECK(instr->Is##type()); \
217 bool Is##type() const { return opcode() == k##type; }
1053 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
1070 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1085 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 2 // Use of this source code is governed by a BSD-style license that can be
179 DCHECK(instr->Is##type()); \
218 bool Is##type() const { return opcode() == k##type; }
1039 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
1055 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1070 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
1088 "is-undetectable-and-branch")
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 2 // Use of this source code is governed by a BSD-style license that can be
175 DCHECK(instr->Is##type()); \
214 bool Is##type() const { return opcode() == k##type; }
1034 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
1051 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1066 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
1084 "is-undetectable-and-branch")
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 2 // Use of this source code is governed by a BSD-style license that can be
174 DCHECK(instr->Is##type()); \
213 bool Is##type() const { return opcode() == k##type; }
1033 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
1050 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1065 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
1083 "is-undetectable-and-branch")
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 2 // Use of this source code is governed by a BSD-style license that can be
175 DCHECK(instr->Is##type()); \
214 bool Is##type() const { return opcode() == k##type; }
1030 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
1047 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1062 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
1080 "is-undetectable-and-branch")
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 2 // Use of this source code is governed by a BSD-style license that can be
180 DCHECK(instr->Is##type()); \
219 bool Is##type() const { return opcode() == k##type; }
1053 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
1069 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1084 DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
1102 "is-undetectable-and-branch"
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines a simple Typed Intermediate Language, or TIL, that is used
11 // by the thread safety analysis (See ThreadSafety.cpp). The TIL is intended
29 // represent mutex expressions directly, since there is no easy way to compare
38 // The TIL is currently very experimental, is intended only for use within
39 // the thread safety analysis, and is subject to change without notice.
275 // This declaration is public to workaround a gcc bug that breaks building
357 // If a variable occurs in any other location, it is a reference to an existing
359 // allocate a separate AST node for variable references; a reference is just
    [all...]
  /art/compiler/optimizing/
nodes.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
99 // if one loop is not natural, that is the header does not dominate the back
230 // Find blocks that are part of this loop. Returns whether the loop is a natural loop,
231 // that is the header dominates the back edge.
238 // Returns whether this loop information is an inner loop of `other`.
367 // loop_information if it is an outer loop of the passed loop information.
370 // Nothing to do. This just means `info` is an outer loop.
374 // Block is currently part of an outer loop. Make it part of this inner loop
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
459 return v8::internal::WhiteSpaceOrLineTerminator::Is(c);
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
53 // The kInvalid value is used to detect uninitialized static instances,
147 bool Is(const CPURegister& other) const {
247 // No*Reg is used to indicate an unused argument, or an error case. Note that
248 // these all compare equal (using the Is() method). The Register and FPRegister
375 // the type and size of the register is inferred from this list.
472 // where <immediate> is int64_t.
473 // This is allowed to be an implicit constructor because Operand is
    [all...]
macro-assembler-a64.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
70 // 'always' is used to generate unconditional branches.
71 // 'never' is used to not generate a branch (generally as the inverse
223 // If an argument register is 'NoReg', all further arguments are also assumed
226 // Arguments are ordered such that "Push(a, b);" is functionally equivalent
229 // It is valid to push the same register more than once, and there is no
232 // It is not valid to pop into the same register more than once in one
235 // If the current stack pointer (as set by SetStackPointer) is sp, then i
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 4 // This program is free software; you can redistribute it and/or modify
7 // The full license is available at http://www.gnu.org/licenses/gpl.html
8 // This program is distributed in the hope that it will be useful, but
340 this.resampler = this.interpolate; //Resampler is a custom quality interpolation algorithm.
482 The callback is passed the number of samples requested, while it can return any number of samples it wants back.
568 //Developer can use this to see how many samples to write (example: minimum buffer allotment minus remaining samples left returned from this function to make sure maximum buffering is done...)
569 //If -1 is returned, then that means metric could not be done.
606 //If you just want your callback called for any possible refill (Execution of callback is still conditional):
747 //Checks to see if the NPAPI Adobe Flash bridge is ready yet:
779 var samplesPerCallback = 2048; //Has to be between 2048 and 4096 (If over, then samples are ignored, if under then silence is added)
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 38 function Is(a){this.b=a}
266 function is(a,b,c){(b<0||b>a.c)&&kr(b,a.c);Cs(a.b,b,0,c);++a.c}
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 2 // Use of this source code is governed by a BSD-style license that can be
42 // We never see the debugger states here, because the state is
105 // TODO(jkummerow): Add support for "apply". The logic is roughly:
107 // if marker is smi and marker.value == INTERNAL and
228 // If there is a getter, return; otherwise loop to perform the lookup.
260 // TODO(verwaest): Check if the current map is actually what the old map
305 // Determine whether the failure is due to a name failure.
330 // The builtins object is special. It only changes when JavaScript
331 // builtins are loaded lazily. It is important to keep inline
416 // TODO(2029): When an optimized function is patched, it woul
    [all...]

Completed in 2274 milliseconds

1 2 3 4 56 7