HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 226 - 250 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/x64/
macro-assembler-x64.h 6 // * Redistributions of source code must retain the above copyright
50 // Default scratch register used by MacroAssembler (and other code that needs
109 // May emit code to set up the scratch register. The operand is
117 // Special case code for load and store to take advantage of
127 // Returns the size of the code generated by LoadAddress.
168 void RememberedSetHelper(Register object, // Used for debug code.
332 // explicit first parameter to make the code more readable at the
336 // Invoke the JavaScript function code by either calling or jumping.
337 void InvokeCode(Register code,
344 void InvokeCode(Handle<Code> code
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1383.js 6 // * Redistributions of source code must retain the above copyright
30 // hit an assertion in Code::ComputeFlags.
  /dalvik/dx/src/com/android/dx/io/
DexBuffer.java 22 import com.android.dx.io.Code.CatchHandler;
23 import com.android.dx.io.Code.Try;
129 * Creates a new dex buffer that reads from {@code data}. It is an error to
130 * modify {@code data} after using it to create a dex buffer.
139 * Creates a new dex buffer of the dex in {@code in}, and closes {@code in}.
146 * Creates a new dex buffer from the dex file {@code file}.
297 public Code readCode(ClassData.Method method) {
440 private Code readCode() {
468 return new Code(registersSize, insSize, outsSize, debugInfoOffset, instructions
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 6 // * Redistributions of source code must retain the above copyright
80 void RememberedSetHelper(Register object, // Used for debug code.
271 // explicit first parameter to make the code more readable at the
275 // Invoke the JavaScript function code by either calling or jumping.
276 void InvokeCode(Register code,
282 InvokeCode(Operand(code), expected, actual, flag, call_wrapper, call_kind);
285 void InvokeCode(const Operand& code,
292 void InvokeCode(Handle<Code> code,
323 // Store the code object for the given builtin in the target register
    [all...]
assembler-ia32-inl.h 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
68 // absolute code pointer inside code object moves with the code object.
99 Object* target_code = Code::GetCodeFromTargetAddress(target);
187 Object* target_code = Code::GetCodeFromTargetAddress(target);
295 // Verify all Objects referred by code are NOT in new space.
328 // Verify all Objects referred by code are NOT in new space.
365 pos = label->pos() + Code::kHeaderSize - kHeapObjectTag
    [all...]
regexp-macro-assembler-ia32.h 6 // * Redistributions of source code must retain the above copyright
112 // If the code object is relocated, the return address is fixed before
115 Code* re_code,
143 // Initial size of code buffer.
176 // Call and return internally in the generated code in a way that
177 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
196 // Which mode to generate code for (ASCII or UC16).
  /external/v8/test/cctest/
test-assembler-x64.cc 6 // * Redistributions of source code must retain the above copyright
39 using v8::internal::Code;
428 Code* code = Code::cast(HEAP->CreateCode( local
430 Code::ComputeFlags(Code::STUB),
433 CHECK(code->IsCode());
435 F0 f = FUNCTION_CAST<F0>(code->entry());
  /external/v8/src/
bootstrapper.cc 6 // * Redistributions of source code must retain the above copyright
357 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
498 Handle<Code> code = local
499 Handle<Code>(isolate->builtins()->builtin(
501 empty_function->set_code(*code);
502 empty_function->shared()->set_code(*code);
580 Handle<Code> code(isolate()->builtins()->builtin
731 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin( local
764 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin( local
1052 Handle<Code> code = Handle<Code>( local
1196 Handle<Code> code = Handle<Code>( local
1213 Handle<Code> code = local
1225 Handle<Code> code = local
1423 Handle<Code> code = Handle<Code>( local
    [all...]
assembler.h 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
163 // code which are of interest when making stack traces to pin-point the source
189 CODE_TARGET, // Code target which is not any of the above.
191 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor.
192 CODE_TARGET_CONTEXT, // Code target used for contextual loads and stores.
193 DEBUG_BREAK, // Code target for the debugger statement.
199 JS_RETURN, // Marks start of the ExitJSFrame code.
203 DEBUG_BREAK_SLOT, // Additional code inserted for debug break slot.
220 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host
    [all...]
full-codegen.h 6 // * Redistributions of source code must retain the above copyright
35 #include "code-stubs.h"
46 // when the code is compiled by the full compiler in the debugger. This means
47 // that there will be an IC (load/store/call) in the code generated for the
71 // Full code generator.
142 // return and give it a chance to generate cleanup code. Return the
286 // Type of a member function that generates inline code for a native function.
343 // variable. May emit code to traverse the context chain, loading the
385 // has been matched and all code generated; false otherwise.
388 // Platform-specific code for comparing the type of a value wit
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 81 /// \brief Type code that corresponds to the record generated.
82 TypeCode Code;
85 : Writer(Writer), Record(Record), Code(TYPE_EXT_QUAL) { }
103 Code = TYPE_COMPLEX;
108 Code = TYPE_POINTER;
113 Code = TYPE_BLOCK_POINTER;
119 Code = TYPE_LVALUE_REFERENCE;
124 Code = TYPE_RVALUE_REFERENCE;
130 Code = TYPE_MEMBER_POINTER;
142 Code = TYPE_CONSTANT_ARRAY
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 19 import com.google.dexmaker.Code;
50 * This is similar to the {@code java.lang.reflect.Proxy} class, but works for classes instead of
53 * The following example demonstrates the creation of a dynamic proxy for {@code java.util.Random}
98 * The {@link #finalize()} method on {@code Object} will not be proxied.
101 * care not to make this a world-writable directory, so that third parties cannot inject code into
104 * <pre>{@code
108 * If the base class to be proxied leaks the {@code this} pointer in the constructor (bad practice),
148 * <p>If null, {@code ProxyBuilder.class.getClassLoader()} will be used.
161 * Sets the directory where executable code is stored. See {@link
195 * @throws IOException if an exception occurred writing to the {@code dexCache} directory
417 Code code = dexMaker.declare(methodId, PUBLIC); local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 12 * Each code tree is stored in a compressed form which is itself
13 * a Huffman encoding of the lengths of all the code strings (in
14 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (0 = distance of 1) *
245 int code; \/* code value *\/ local
583 ush code = 0; \/* running code value *\/ local
1080 unsigned code; \/* the code to send *\/ local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 6 // * Redistributions of source code must retain the above copyright
133 virtual int GetCodeKind() { return Code::UNARY_OP_IC; }
139 virtual void FinishCode(Handle<Code> code) {
140 code->set_unary_op_type(operand_type_);
232 virtual int GetCodeKind() { return Code::BINARY_OP_IC; }
238 virtual void FinishCode(Handle<Code> code) {
239 code->set_binary_op_type(operands_type_);
240 code->set_binary_op_result_type(result_type_)
    [all...]
regexp-macro-assembler-arm.h 6 // * Redistributions of source code must retain the above copyright
114 // If the code object is relocated, the return address is fixed before
117 Code* re_code,
137 // Register parameters stored by setup code.
149 // Initial size of code buffer.
192 // Register holding pointer to the current code object.
202 // Call and return internally in the generated code in a way that
203 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
227 // Which mode to generate code for (ASCII or UC16).
  /external/v8/src/mips/
code-stubs-mips.h 6 // * Redistributions of source code must retain the above copyright
134 virtual int GetCodeKind() { return Code::UNARY_OP_IC; }
140 virtual void FinishCode(Handle<Code> code) {
141 code->set_unary_op_type(operand_type_);
233 virtual int GetCodeKind() { return Code::BINARY_OP_IC; }
239 virtual void FinishCode(Handle<Code> code) {
240 code->set_binary_op_type(operands_type_);
241 code->set_binary_op_result_type(result_type_)
    [all...]
regexp-macro-assembler-mips.h 6 // * Redistributions of source code must retain the above copyright
35 #include "code.h"
116 // If the code object is relocated, the return address is fixed before
119 Code* re_code,
141 // Register parameters stored by setup code.
153 // Initial size of code buffer.
191 // Register holding pointer to the current code object.
204 // Call and return internally in the generated code in a way that
205 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
232 // Which mode to generate code for (ASCII or UC16)
    [all...]
  /external/zlib/src/
trees.c 13 * Each code tree is stored in a compressed form which is itself
14 * a Huffman encoding of the lengths of all the code strings (in
15 * ascending order by source values). The actual code strings are
51 /* end of block literal code */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
105 /* length code for each normalized match length (0 == MIN_MATCH) */
108 /* First normalized length for each code (0 = MIN_MATCH) */
111 /* First normalized distance for each code (0 = distance of 1) *
241 int code; \/* code value *\/ local
581 ush code = 0; \/* running code value *\/ local
1066 unsigned code; \/* the code to send *\/ local
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 34 /// CurCodeSize - This is the declared size of code values used for the
187 /// EmitCode - Emit the specified code.
264 // Restore the inner block's code size and abbrev table.
310 /// emission code. If BlobData is non-null, then it specifies an array of
408 void EmitRecord(unsigned Code, SmallVectorImpl<uintty> &Vals,
414 EmitVBR(Code, 6);
421 // Insert the code into Vals to treat it uniformly.
422 Vals.insert(Vals.begin(), Code);
428 /// Unlike EmitRecord, the code for the record should be included in Vals as
438 /// EmitRecord, this routine expects that the first entry in Vals is the code
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 410 bool Code = false;
416 if (CodeID != "code")
417 return Error(startLoc, "expected @code");
418 Code = true;
426 getStreamer().EmitWin64EHPushFrame(Code);
464 // violation so this validation code is disabled.
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 192 void reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) {
194 *error = code;
326 unsigned Code = Stream.ReadCode();
330 if (Code == llvm::bitc::ENTER_SUBBLOCK) {
347 switch ((llvm::bitc::FixedAbbrevIDs)Code) {
370 blockOrRecordID = Code;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 83 // function here so that code generated by the JIT cooperates with the unwinding
90 // library of libgcc for darwin was written. The code for darwin overwrites the
171 // object may be impossible: since darwin code in libgcc was written after
217 // If the target supports JIT code generation, create the JIT.
222 *ErrorStr = "target does not support JIT code generation";
290 // Turn the machine code intermediate representation into bytes in memory that
293 report_fatal_error("Target does not support machine code emission!");
344 // Turn the machine code intermediate representation into bytes in memory
347 report_fatal_error("Target does not support machine code emission!");
375 // Turn the machine code intermediate representation into bytes in memor
    [all...]
JIT.h 35 /// PendingFunctions - Functions which have not been code generated yet, but
36 /// were called from a function being code generated.
65 /// code be allocated into the same region of memory, in which case this flag
69 /// True while the JIT is generating code. Used to assert against recursive
122 /// useful for resolving library symbols, not code generated symbols.
157 /// code-gen'd, return a pointer to the function. If not, compile it, or use
170 /// freeMachineCodeForFunction - deallocate memory used to code-generate this
181 /// getCodeEmitter - Return the code emitter this JIT is emitting into.
191 // Run the JIT on F and return information about the generated code
200 const Function &F, void *Code, size_t Size
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.cpp 272 .Case("code", tgtok::Code)
432 /// LexBracket - We just read '['. If this is a code block, return it,
453 return ReturnError(CodeStart-2, "Unterminated Code Block");

Completed in 1100 milliseconds

1 2 3 4 5 6 7 8 91011>>