HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 651 - 675 of 727) sorted by null

<<21222324252627282930

  /external/v8/src/ia32/
code-stubs-ia32.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
100 // Initialize the code pointer in the function to be the one
103 __ lea(edx, FieldOperand(edx, Code::kHeaderSize));
338 // Fall through to generate the code to handle double elements.
580 __ push(Immediate(Smi::FromInt(tos_.code())));
599 // Code pattern for loading a floating point value. Input value must
605 // Code pattern for loading floating point values. Input values must
717 // Handle a big exponent. The only reason we have this code is that the
4776 Handle<Code> code = save_doubles.GetCode(); local
4784 Handle<Code> code = stub.GetCode(); local
    [all...]
  /external/v8/src/
runtime.cc 6 // * Redistributions of source code must retain the above copyright
2167 Handle<Object> code = args.at<Object>(1); local
2240 uint32_t code; local
    [all...]
hydrogen.h 6 // * Redistributions of source code must retain the above copyright
186 // Instruction indices into the lithium code stream.
280 Handle<Code> Compile(CompilationInfo* info);
842 // Type of a member function that generates inline code for a native function.
    [all...]
jsregexp.cc 6 // * Redistributions of source code must retain the above copyright
70 // Call the construct code with 2 arguments.
287 #else // V8_INTERPRETED_REGEXP (RegExp native code)
294 // Reinstate the code in the original place.
325 // saved code index.
328 // uncompiled regexp, a previous compilation error, or code that has
338 // the saved code index (we store the error message, not the actual
378 data->set(JSRegExp::code_index(is_ascii), result.code);
414 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_ascii) {
415 return Code::cast(re->get(JSRegExp::code_index(is_ascii)))
    [all...]
jsregexp.h 6 // * Redistributions of source code must retain the above copyright
179 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
182 // would like to keep track of the amount of regexp code on the heap. This
184 // total regexp code compiled including code that has subsequently been freed
607 // Generates a goto to this node or actually generates the code at this point.
619 // Emits some quick code that checks whether the preloaded characters match.
639 // If non-generic code is generated for a node (i.e. the node is not at the
642 // trace and generating generic code for a node that can be reused by flushing
708 // This variable keeps track of how many times code has been generated fo
1453 Object* code; member in struct:v8::internal::RegExpEngine::CompilationResult
    [all...]
parser.cc 6 // * Redistributions of source code must retain the above copyright
805 // Base class containing common code for the different finder classes used by
824 // non-looping code only. This is because the optimization prevents
825 // reuse of the map transitions, so it should be used only for code
1909 Handle<Code> code = Handle<Code>(fun->shared()->code()); local
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 493 $("h1#tos-header").text('Get Ready to Code!');
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 2 // Use of this source code is governed by a BSD-style license that can be
181 console.error('hex2Char error: Code point out of range :' + hex);
343 * @param {string} keyCode Key code.
  /external/chromium_org/v8/src/
isolate.cc 6 // * Redistributions of source code must retain the above copyright
688 Handle<Code> code = frames[i].code(); local
703 elements->set(cursor++, *code);
766 int position = frames[i].code()->SourcePosition(frames[i].pc());
776 // For the case where the code is on the same line as the script
    [all...]
jsregexp.cc 6 // * Redistributions of source code must retain the above copyright
71 // Call the construct code with 2 arguments.
136 // More makes code generation slower, less makes V8 benchmark score lower.
144 // than the code used for atom matches.
375 #else // V8_INTERPRETED_REGEXP (RegExp native code)
382 // Reinstate the code in the original place.
415 // saved code index.
418 // uncompiled regexp, a previous compilation error, or code that has
428 // the saved code index (we store the error message, not the actual
472 data->set(JSRegExp::code_index(is_ascii), result.code);
    [all...]
jsregexp.h 6 // * Redistributions of source code must retain the above copyright
228 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
231 // would like to keep track of the amount of regexp code on the heap. This
233 // total regexp code compiled including code that has subsequently been freed
256 // Represents code units in the range from from_ to to_, both ends are
575 // Generates a goto to this node or actually generates the code at this point.
585 // Emits some quick code that checks whether the preloaded characters match.
611 // Collects information on the possible code units (mod 128) that can match if
613 // implementation. TODO(erikcorry): This should share more code wit
1606 Object* code; member in struct:v8::internal::RegExpEngine::CompilationResult
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
70 // If the compiler is allowed to use FPU then we can use FPU too in our code
113 // minimal set of features which is also allowed for generated code in the
123 // code generation.
175 return kNumbers[reg.code()];
209 // always the case inside code objects.
214 // Patch the code at the current address with the supplied instructions.
222 // Indicate that code has changed.
227 // Patch the code at the current PC with a call to the target address
    [all...]
  /external/clang/lib/Format/
Format.cpp 1 //===--- Format.cpp - Format C++ code -------------------------------------===//
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 26 # Define the width of a tab for code blocks.
580 # been seen as a code block in a previous pass of hashHTMLBlocks.
626 # Process character escapes, code spans, and inline HTML
1124 $code = htmlspecialchars(trim($code), ENT_NOQUOTES); variable
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
31 import org.jf.dexlib.Code.Format.Format;
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
125 // Initialize the code pointer in the function to be the one
128 __ add(r3, r3, Operand(Code::kHeaderSize - kHeapObjectTag));
343 // Fall through to generate the code to handle double elements.
451 return result1_.code() +
452 (result2_.code() << 4) +
453 (source_.code() << 8) +
454 (zeros_.code() << 12);
3667 Handle<Code> code = save_doubles.GetCode(); local
3677 Handle<Code> code = stub.GetCode(); local
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
64 // If the compiler is allowed to use FPU then we can use FPU too in our code
85 // minimal set of features which is also allowed for generated code in the
95 // code generation.
149 return kNumbers[reg.code()];
183 // always the case inside code objects.
188 // Patch the code at the current address with the supplied instructions.
196 // Indicate that code has changed.
201 // Patch the code at the current PC with a call to the target address
    [all...]
code-stubs-mips.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
127 // Initialize the code pointer in the function to be the one
130 __ Addu(a3, a3, Operand(Code::kHeaderSize - kHeapObjectTag));
341 // Fall through to generate the code to handle double elements.
448 return result1_.code() +
449 (result2_.code() << 4) +
450 (source_.code() << 8) +
451 (zeros_.code() << 12);
3821 Handle<Code> code = save_doubles.GetCode(); local
3831 Handle<Code> code = stub.GetCode(); local
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 3 ; * inffas32.asm is derivated from inffas86.c, with translation of assembly code
13 ; * the moment. I have successfully compiled and tested this code with gcc2.96,
16 ; * enabled. I will attempt to merge the MMX code into this version. Newer
80 db 'Fast decoding Code from Chris Anderson'
85 db 'invalid literal/length code'
90 db 'invalid distance code'
  /art/compiler/dex/
mir_dataflow.cc     [all...]
  /art/compiler/dex/quick/
codegen_util.cc 258 LOG(INFO) << "code size is " << total_size_ <<
333 /* Add a 64-bit constant to the constant pool or mixed with code */
360 // Push code and method literals, record offsets for the compiler to patch.
372 // unique based on target to ensure code deduplication works
388 // unique based on target to ensure code deduplication works
474 // Make sure we have a code address for every declared catch entry
750 * Assemble here. Note that we generate code with optimistic assumptions
789 * all resource flags on this to prevent code motion across
851 * Total size is (2+size*4) 16-bit code units.
872 * Total size is (4+size*2) 16-bit code units
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 86 ${toggle_pic} turn on/off Position Independent Code
1167 # code that still relies on inline assembly.
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 62 /// not build SDNodes for these so as not to perturb the generated code;
68 /// parameters separately: they may not have code generated for them, they
69 /// should always go at the beginning of the function regardless of other code
123 /// and code simplifications.
222 /// init - Prepare this SelectionDAG to process code in the given
486 SDValue Rnd, SDValue Sat, ISD::CvtCode Code);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 11 // shared between the code that implements the SelectionDAG::LegalizeTypes
290 void PromoteSetCCOperands(SDValue &LHS,SDValue &RHS, ISD::CondCode Code);
    [all...]
  /external/qemu-pc-bios/vgabios/
vbe.c 698 ; VBE Init - Initialise the Vesa Bios Extension Code
699 ; This function does a sanity check on the host side display code interface.
1207 * this function must fail with completion code AH=03h
    [all...]

Completed in 2033 milliseconds

<<21222324252627282930