HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 426 - 450 of 1048) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.c 150 * avoid generating bad code.
164 * implementation) somehow becomes invalid code.
568 /* Dump byte code to a file */
591 void *code; local
597 code = LLVMGetPointerToGlobal(gallivm->engine, func);
598 assert(code);
599 jit_func = pointer_to_func(code);
602 lp_disassemble(code);
613 * Free the function (and its machine code).
618 const void *code)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.h 27 uint32_t *code; member in struct:nvc0_program
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog.c 61 struct r300_fragment_program_code *code = &compiler->code->code.r300; local
70 fprintf(stderr, "code_offset_ext: %08x\n", code->r400_code_offset_ext);
73 for (n = 0; n <= (code->config & 3); n++) {
74 uint32_t code_addr = code->code_addr[3 - (code->config & 3) + n];
76 (((code->r400_code_offset_ext >> (24 - (n * 6))) & 0x7) << 6);
78 (((code->r400_code_offset_ext >> (27 - (n * 6))) & 0x7) << 6);
86 if (n > 0 || (code->config & R300_PFS_CNTL_FIRST_NODE_HAS_TEX))
    [all...]
r300_fragprog_emit.c 58 struct r300_fragment_program_code *code = &c->code->code.r300
83 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index)
85 if (index > code->pixsize)
86 code->pixsize = index;
89 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_source src)
97 use_temporary(code, src.Index);
157 if (code->alu.length >= c->Base.max_alu_insts) {
162 ip = code->alu.length++
308 struct r300_fragment_program_code *code = &emit->compiler->code->code.r300; local
481 struct r300_fragment_program_code *code = &compiler->code->code.r300; local
    [all...]
r500_fragprog.c 372 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
379 for (n = 0; n < code->inst_end+1; n++) {
380 inst0 = inst = code->inst[n].inst0;
399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1);
400 inst = code->inst[n].inst1;
408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
409 inst = code->inst[n].inst2;
415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp 41 /// OpenCL status code.
45 error(cl_int code, std::string what = "") :
46 std::runtime_error(what), code(code) {
50 return code;
54 cl_int code; member in class:clover::error
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 52 * It might be a good idea to integrate this code in winex11.drv.
78 unsigned code = X11DRV_GET_DRAWABLE; local
111 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(drawable), (LPTSTR)&drawable);
179 * instead of this ridiculous amount of clumsy duplicated code everywhere
180 * C++ exists exactly to avoid having to write the following code */
233 unsigned code = X11DRV_GET_DISPLAY; local
238 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(dpy), (LPTSTR)&dpy);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 57 UInt32 range, code; member in struct:__anon19382
103 LZMA_STATUS_NOT_SPECIFIED, /* use main error code instead */
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/
webtry.js 2 * Common JS that talks XHR back to the server and runs the code and receives
25 var code = document.getElementById('code'); variable
143 var editor = CodeMirror.fromTextArea(code, {
152 editor.setSize(editor.defaultCharWidth() * code.cols,
153 editor.defaultTextHeight() * code.rows);
195 // "code": "source code for try"
199 code.value = body.code;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 11 * to this code in the public domain for the benefit of all mankind -
261 int code; local
272 /* Unpack the code bits */
278 code = s->in_buffer & ((1 << s->bits_per_sample) - 1);
284 code = g722_data[j++];
291 wd1 = code & 0x3F;
292 ihigh = (code >> 6) & 0x03;
297 wd1 = code & 0x1F;
298 ihigh = (code >> 5) & 0x03;
303 wd1 = code & 0x0F
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 9 * 1. Redistributions of source code must retain the above copyright
112 coff_unwind_code *code; local
119 code = SLIST_FIRST(&info->codes);
121 yasm_value_delete(&code->off);
122 yasm_xfree(code);
132 coff_unwind_code *code; local
150 /* Code array */
151 SLIST_FOREACH(code, &info->codes, link) {
152 codebc = yasm_bc_create_common(&win64_uwcode_bc_callback, code,
153 yasm_symrec_get_def_line(code->loc))
332 coff_unwind_code *code = (coff_unwind_code *)contents; local
346 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local
355 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local
426 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local
467 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/code-stubs.h"
27 * - r5 : Pointer to current code object (Code*) including heap object tag.
33 * - r9 : Unused, might be used by C code and expected unchanged.
45 * - fp[52] direct_call (if 1, direct call from JavaScript code,
78 * code and the remaining arguments are passed in registers, e.g. by calling the
79 * code entry as cast to a function with the signature:
91 * When calling as a non-direct call (i.e., from C++ code), the return address
92 * area is overwritten with the LR register by the RegExp code. When doing
850 Handle<Code> code = isolate()->factory()->NewCode( local
    [all...]
  /external/chromium_org/v8/src/
codegen.cc 2 // Use of this source code is governed by a BSD-style license that can be
113 PrintF("[generating %s code for %s function: ", kind, ftype);
139 Handle<Code> CodeGenerator::MakeCodeEpilogue(MacroAssembler* masm,
140 Code::Flags flags,
144 // Allocate and install the code.
147 Code::ExtractKindFromFlags(flags) == Code::OPTIMIZED_FUNCTION ||
150 Handle<Code> code = local
156 code->instruction_size())
    [all...]
frames.h 2 // Use of this source code is governed by a BSD-style license that can be
26 // Return the code of the n-th saved register available to JavaScript.
40 Code* code; member in struct:v8::internal::InnerPointerToCodeCache::InnerPointerToCodeCacheEntry
48 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
49 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
107 inline void Iterate(ObjectVisitor* v, Code* holder) const;
183 // manually and the FrameScope does not need to emit code.
277 // Get the code associated with this frame.
279 virtual Code* unchecked_code() const = 0
    [all...]
lithium-codegen.cc 2 // Use of this source code is governed by a BSD-style license that can be
67 // Don't emit code for basic blocks with a replacement.
170 Handle<Code> code) {
174 dep = DependentCode::Insert(dep, DependentCode::kWeakCodeGroup, code);
179 void LCodeGenBase::RegisterWeakObjectsInOptimizedCode(Handle<Code> code) {
180 DCHECK(code->is_optimized_code());
186 for (RelocIterator it(*code, mode_mask); !it.done(); it.next()) {
189 code->IsWeakObjectInOptimizedCode(it.rinfo()->target_cell()))
220 AddWeakObjectToCodeDependency(isolate(), objects.at(i), code); local
223 AddWeakObjectToCodeDependency(isolate(), cells.at(i), code); local
    [all...]
optimizing-compiler-thread.cc 2 // Use of this source code is governed by a BSD-style license that can be
122 // Remove stack check that guards OSR entry on original code.
123 Handle<Code> code = info->unoptimized_code(); local
124 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id());
125 BackEdgeTable::RemoveStackCheck(code, offset);
129 function->ReplaceCode(function->shared()->code());
234 // Remove stack check that guards OSR entry on original code.
235 Handle<Code> code = info->unoptimized_code() local
247 Handle<Code> code = Compiler::GetConcurrentlyOptimizedCode(job); local
    [all...]
  /external/chromium_org/v8/src/compiler/
code-generator.h 2 // Use of this source code is governed by a BSD-style license that can be
20 // Generates native code for a sequence of instructions.
23 explicit CodeGenerator(InstructionSequence* code);
25 // Generate native code.
26 Handle<Code> GenerateCode();
28 InstructionSequence* code() const { return code_; } function in class:v8::internal::compiler::FINAL
29 Frame* frame() const { return code()->frame(); }
30 Graph* graph() const { return code()->graph(); }
32 Linkage* linkage() const { return code()->linkage(); }
33 Schedule* schedule() const { return code()->schedule();
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
function-tester.h 2 // Use of this source code is governed by a BSD-style license that can be
48 info.SetOptimizing(BailoutId::None(), Handle<Code>(function->code()));
63 Handle<Code> code = pipeline.GenerateCode(); local
65 info.context()->native_context()->AddOptimizedCode(*code);
68 CHECK(!code.is_null());
69 function->ReplaceCode(*code);
71 Handle<Code> unoptimized = Handle<Code>(function->code())
    [all...]
test-changes-lowering.cc 2 // Use of this source code is governed by a BSD-style license that can be
48 // TODO(titzer): we need to wrap the code in a JSFunction and call it via
50 // relocate the code object if necessary, etc.
58 info.SetOptimizing(BailoutId::None(), Handle<Code>(function->code()));
67 Handle<Code> code = local
69 CHECK(!code.is_null());
70 function->ReplaceCode(*code);
  /external/chromium_org/v8/test/cctest/
test-assembler-x87.cc 6 // * Redistributions of source code must retain the above copyright
64 Handle<Code> code = isolate->factory()->NewCode( local
65 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
68 code->Print(os);
70 F2 f = FUNCTION_CAST<F2>(code->entry());
101 Handle<Code> code = isolate->factory()->NewCode local
142 Handle<Code> code = isolate->factory()->NewCode( local
173 Handle<Code> code = isolate->factory()->NewCode( local
221 Handle<Code> code = isolate->factory()->NewCode( local
305 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 17 package com.android.dx.dex.code;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
33 * {@code non-null;} address representing the instruction that uses this
38 /** {@code non-null;} initial values to be filled into an array */
52 * unknown ({@code -1}).
54 * @param position {@code non-null;} source position
55 * @param user {@code non-null;} address representing the instruction that
57 * @param values {@code non-null;} initial values to be filled into an array
CatchHandlerList.java 17 package com.android.dx.dex.code;
28 /** {@code non-null;} empty instance */
32 * Constructs an instance. All indices initially contain {@code null}.
34 * @param size {@code >= 0;} the size of the list
43 * do that, this will throw {@code NullPointerException}.
45 * @param n {@code >= 0, < size();} which index
46 * @return {@code non-null;} element at that index
61 * @param prefix {@code non-null;} the prefix for every line
62 * @param header {@code non-null;} the header for the first line (after the
64 * @return {@code non-null;} the human for
    [all...]
PositionList.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.SourcePosition;
27 /** {@code non-null;} empty instance */
53 * @param insns {@code non-null;} instructions to convert
56 * @return {@code non-null;} the positions list
115 * Constructs an instance. All indices initially contain {@code null}.
117 * @param size {@code >= 0;} the size of the list
126 * do that, this will throw {@code NullPointerException}.
128 * @param n {@code >= 0, < size();} which index
129 * @return {@code non-null;} element at that inde
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form35c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
33 * Instruction format {@code 35c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
141 * category-2 values count as two words. Return {@code -1} if the
145 * @param regs {@code non-null;} the register list in questio
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoItem.java 19 import com.android.dx.dex.code.DalvCode;
20 import com.android.dx.dex.code.DalvInsnList;
21 import com.android.dx.dex.code.LocalList;
22 import com.android.dx.dex.code.PositionList;
35 /** {@code non-null;} the code this item represents */
36 private final DalvCode code; field in class:DebugInfoItem
43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) {
47 if (code == null) {
48 throw new NullPointerException("code == null")
    [all...]

Completed in 1448 milliseconds

<<11121314151617181920>>