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

<<21222324252627282930

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 2 * Code Generation
118 (* Emit the start code first, without 'variable' in scope. *)
174 (* Any new code will be inserted in after_bb. *)
242 (* Validate the generated code, checking for consistency. *)
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 119 // Returns the name of the unwind code.
120 static StringRef getUnwindCodeTypeName(uint8_t Code) {
121 switch(Code) {
122 default: llvm_unreachable("Invalid unwind code");
158 // Calculates the number of array slots required for the unwind code.
161 default: llvm_unreachable("Invalid unwind code");
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
279 // Update the static counter each time a new code stub is generated.
336 // Initialize the code pointer in the function to be the one
350 __ lea(edx, FieldOperand(edx, Code::kHeaderSize));
361 // (native context, optimized code, literals).
364 // Speculatively move code object into edx.
380 // Hit: fetch the optimized code.
386 // TODO(fschneider): Idea: store proper code pointers in the optimized code
4653 Handle<Code> code = stub.GetCode(isolate); local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
275 // Update the static counter each time a new code stub is generated.
332 // Initialize the code pointer in the function to be the one
347 __ lea(rdx, FieldOperand(rdx, Code::kHeaderSize));
358 // (native context, optimized code, literals).
359 // The optimized code map must never be empty, so check the first elements.
361 // Speculatively move code object into edx.
381 // Hit: fetch the optimized code.
390 // TODO(fschneider): Idea: store proper code pointers in the map and eithe
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 85 // frontend. It easy to induce this behavior with .ll code such as:
663 /// operand list. This adds the code marker, matching input operand index
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 6 // * Redistributions of source code must retain the above copyright
2862 Handle<Object> code = args.at<Object>(1); local
    [all...]
parser.cc 6 // * Redistributions of source code must retain the above copyright
895 // all over the code base, so we go with a quick-fix for now.
1667 Handle<Code> code = Handle<Code>(fun->shared()->code()); local
    [all...]
accessors.cc 6 // * Redistributions of source code must retain the above copyright
397 Handle<Code> code(SharedFunctionInfo::cast(
398 script->eval_from_shared())->code());
399 return Smi::FromInt(code->SourcePosition(code->instruction_start() +
execution.cc 6 // * Redistributions of source code must retain the above copyright
90 Handle<Code> code = is_construct local
111 JSEntryFunction stub_entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
114 byte* function_entry = function->code()->entry();
200 // Enter a try-block while executing the JavaScript code. To avoid
isolate.h 6 // * Redistributions of source code must retain the above copyright
287 // Generated code scratch locations.
672 // Generated code scratch locations.
696 // JavaScript code. If an exception is scheduled true is returned.
815 // Returns the native context of the calling JavaScript code. That
    [all...]
typing.cc 6 // * Redistributions of source code must retain the above copyright
40 Handle<Code>(info->closure()->shared()->code()),
  /external/libmtp/src/
ptp-pack.c 737 code or the Data Type is a string (with two empty strings as
1113 ec->Code=dtoh16a(&data[PTP_ec_Code]);
1117 ptp_debug (params, "Unknown canon event type %d (code=%x,tid=%x), please report!",type,ec->Code,ec->Transaction_ID);
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 418 $("h1#tos-header").text('Get Ready to Code!');
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 417 $("h1#tos-header").text('Get Ready to Code!');
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 2 * Code Generation
173 (* Emit the start code first, without 'variable' in scope. *)
230 (* Any new code will be inserted in after_bb. *)
361 (* Validate the generated code, checking for consistency. *)
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 12 // and operations are machine code level operations, with some similarities to
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 198 0x04 smc Self-Modifying Code detected
219 0x02 demand_read_code Offcore demand code read requests
227 0x02 demand_read_code Outstanding offcore demand code reads
264 0x04 code Snoop code requests
268 0x04 code Outstanding snoop code requests
283 0x04 at_ret Loads delayed with at-Retirement block code
284 0x08 l1d_block Cacheable loads delayed with L1D block code
  /external/v8/src/
hydrogen.cc 6 // * Redistributions of source code must retain the above copyright
683 Handle<Code> HGraph::Compile(CompilationInfo* info) {
689 return Handle<Code>::null();
694 if (chunk == NULL) return Handle<Code>::null();
700 return Handle<Code>::null();
713 Code::Flags flags = Code::ComputeFlags(Code::OPTIMIZED_FUNCTION);
714 Handle<Code> code local
    [all...]
execution.cc 6 // * Redistributions of source code must retain the above copyright
89 Handle<Code> code = is_construct local
110 JSEntryFunction stub_entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
113 byte* function_entry = function->code()->entry();
191 // Enter a try-block while executing the JavaScript code. To avoid
594 // See the similar code in runtime.js:ToBoolean.
isolate.h 6 // * Redistributions of source code must retain the above copyright
267 // Generated code scratch locations.
618 // Generated code scratch locations.
642 // JavaScript code. If an exception is scheduled true is returned.
746 // Returns the global context of the calling JavaScript code. That
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 51 RINOK(copyCoder->Code(inStreamLimited, outStream, NULL, NULL, progress));
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 9 * 1. Redistributions of source code must retain the above copyright
49 import org.jf.dexlib.Code.*;
50 import org.jf.dexlib.Code.Format.*;
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
95 // Initialize the code pointer in the function to be the one
98 __ lea(rdx, FieldOperand(rdx, Code::kHeaderSize));
324 // Fall through to generate the code to handle double elements.
545 __ Push(Smi::FromInt(tos_.code()));
583 // provided), or it falls through at the end of the code (if on_success
    [all...]

Completed in 1578 milliseconds

<<21222324252627282930