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

<<11121314151617181920>>

  /art/compiler/dex/
mir_optimization.cc 92 /* TODO: implement code to handle arithmetic operations */
223 Instruction::Code opcode = mir->dalvikInsn.opcode;
236 Instruction::Code br_opcode = mir_next->dalvikInsn.opcode;
268 static_cast<Instruction::Code>(kMirOpFusedCmplFloat);
272 static_cast<Instruction::Code>(kMirOpFusedCmplDouble);
276 static_cast<Instruction::Code>(kMirOpFusedCmpgFloat);
280 static_cast<Instruction::Code>(kMirOpFusedCmpgDouble);
284 static_cast<Instruction::Code>(kMirOpFusedCmpLong);
288 mir->dalvikInsn.opcode = static_cast<Instruction::Code>(kMirOpNop);
383 mir->dalvikInsn.opcode = static_cast<Instruction::Code>(kMirOpSelect)
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 6 // * Redistributions of source code must retain the above copyright
48 void Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code) {
49 Isolate* isolate = code->GetIsolate();
52 // Compute the size of relocation information needed for the code
57 DeoptimizationInputData::cast(code->deoptimization_data());
77 int reloc_length = code->relocation_info()->length();
94 code->relocation_info()->GetDataStartAddress(),
111 // Replace relocation information on the code object.
112 code->set_relocation_info(*new_reloc)
125 Code* code = function->code(); local
    [all...]
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfprotect.asm 40 ;; Code Section
43 SECTION CODE ABSOLUTE=0x00400000 FLAT USE32
47 ;; Your Code Goes Here
85 jmp test_code ; Jmp to test code
95 cdesc32 0x00000000, 0xFFFFF, 0 ; 0x0008 - Code Selector
97 cdesc32 0x00000000, 0xFFFFF, 3 ; 0x0018 - Code Select Ring 3
  /external/chromium_org/tools/json_schema_compiler/
code.py 2 # Use of this source code is governed by a BSD-style license that can be
5 class Code(object):
6 """A convenience object for constructing code.
8 Logically each object should be a block of code. All methods except |Render|
18 """Appends a line of code at the current indent level or just a newline if
22 code.Substitute().
31 """Returns True if the Code object is empty.
36 """Concatenate another Code object onto this one. Trailing whitespace is
39 Appends the code at the current indent level. Will fail if there are any
43 if not isinstance(obj, Code)
    [all...]
  /external/chromium_org/v8/src/
regexp-macro-assembler.h 6 // * Redistributions of source code must retain the above copyright
168 // Controls the generation of large inlined constants in the code.
190 #ifndef V8_INTERPRETED_REGEXP // Avoid compiling unused code.
194 // Type of input string to generate code for.
197 // Result of calling generated native RegExp code.
212 static Result Match(Handle<Code> regexp,
220 // Called from generated RegExp code.
238 // Used by generated RegExp code.
245 static Result Execute(Code* code,
    [all...]
safepoint-table.h 6 // * Redistributions of source code must retain the above copyright
106 explicit SafepointTable(Code* code);
155 Code* code_;
210 // Get the offset of the emitted safepoint table in the code.
liveedit.h 6 // * Redistributions of source code must retain the above copyright
40 // A single change always has a form of a simple replacement (in pseudo-code):
45 // expectations (or number of parameters). If it didn't, function's code is
46 // patched with a newly compiled code. If it did change, enclosing function
48 // to them in a new script version. However, new version of code will
64 // in order to analyze whether function code maybe safely patched (with new
65 // code successfully reading existing data from function scopes). The Tracker
73 void RecordRootFunctionInfo(Handle<Code> code);
112 // In a code of a parent function replaces original function as embedde
    [all...]
  /external/clang/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
110 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
112 /// \param ToolAction The action to run over the code.
113 /// \param Code C++ code.
114 /// \param FileName The file name which 'Code' will be mapped as.
117 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 32 /// additional capability of running it over a snippet of code.
34 /// Visits template instantiations (but not implicit code) by default.
44 /// \brief Runs the current AST visitor over the given code.
45 bool runOver(StringRef Code, Language L = Lang_CXX) {
52 return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
FibonacciMaker.java 20 import com.google.dexmaker.Code;
40 Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC); local
42 Local<Integer> i = code.getParameter(0, TypeId.INT);
43 Local<Integer> constant1 = code.newLocal(TypeId.INT);
44 Local<Integer> constant2 = code.newLocal(TypeId.INT);
45 Local<Integer> a = code.newLocal(TypeId.INT);
46 Local<Integer> b = code.newLocal(TypeId.INT);
47 Local<Integer> c = code.newLocal(TypeId.INT);
48 Local<Integer> d = code.newLocal(TypeId.INT)
    [all...]
  /external/lzma/C/
Ppmd7.h 3 This code is based on PPMd var.H (2001): Dmitry Shkarin : Public domain */
5 /* This code supports virtual RangeDecoder and includes the implementation
111 UInt32 Code;
117 #define Ppmd7z_RangeDec_IsFinishedOK(p) ((p)->Code == 0)
MtCoder.h 69 SRes (*Code)(void *p, unsigned index, Byte *dest, size_t *destSize,
  /external/lzma/CPP/7zip/
ICoder.h 17 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
24 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
  /external/v8/src/
objects-visiting-inl.h 6 // * Redistributions of source code must retain the above copyright
98 void Code::CodeIterateBody(ObjectVisitor* v) {
107 // There are two places where we iterate code bodies: here and the
122 void Code::CodeIterateBody(Heap* heap) {
131 // There are two places where we iterate code bodies: here and the
regexp-macro-assembler.h 6 // * Redistributions of source code must retain the above copyright
166 // Controls the generation of large inlined constants in the code.
175 #ifndef V8_INTERPRETED_REGEXP // Avoid compiling unused code.
179 // Type of input string to generate code for.
182 // Result of calling generated native RegExp code.
197 static Result Match(Handle<Code> regexp,
205 // Called from generated RegExp code.
223 // Used by generated RegExp code.
230 static Result Execute(Code* code,
    [all...]
safepoint-table.h 6 // * Redistributions of source code must retain the above copyright
106 explicit SafepointTable(Code* code);
155 Code* code_;
209 // Get the offset of the emitted safepoint table in the code.
  /external/clang/lib/Tooling/
Tooling.cpp 44 // code that sets up a compiler to run tools on it, and we should refactor
101 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
104 ToolAction, Code, std::vector<std::string>(), FileName);
107 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code,
122 Code.toNullTerminatedStringRef(CodeStorage));
229 // Inject the code as the given file name into the preprocessor options.
  /external/dexmaker/src/main/java/com/google/dexmaker/
Label.java 19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.Insn;
21 import com.android.dx.rop.code.InsnList;
34 Code code; field in class:Label
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 87 SmallString<256> Code;
88 raw_svector_ostream VecOS(Code);
97 DF->getContents().append(Code.begin(), Code.end());
  /external/llvm/lib/TableGen/
TGLexer.h 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List,
112 /// LexToken - Read the next token and return its code.
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame.s 28 # Code alignment factor: 1
  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.h 57 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,

Completed in 1215 milliseconds

<<11121314151617181920>>