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

<<11121314151617181920>>

  /external/lzma/Java/SevenZip/
LzmaBench.java 345 encoder.Code(inStream, compressedStream, -1, -1, progressInfo);
367 if (!decoder.Code(inputCompressedStream, crcOutStream, outSize))
  /external/v8/src/arm/
assembler-arm-inl.h 8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been modified
53 return reg.code();
59 // absolute code pointer inside code object moves with the code object.
91 Object* target_code = Code::GetCodeFromTargetAddress(target);
179 Object* target_code = Code::GetCodeFromTargetAddress(target);
382 // after patching a target address in the code as follows:
  /external/v8/src/mips/
assembler-mips-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
83 ASSERT(reg.code() % 2 == 0);
84 ASSERT(reg.code() / 2 < kNumAllocatableRegisters);
88 return (reg.code() / 2);
105 // Absolute code pointer inside code object moves with the code object.
152 Object* target_code = Code::GetCodeFromTargetAddress(target);
250 Object* target_code = Code::GetCodeFromTargetAddress(target)
    [all...]
macro-assembler-mips.h 6 // * Redistributions of source code must retain the above copyright
50 // trying to update gp register for position-independent-code. Whenever
51 // MIPS generated code calls C code, it must be via t9 register.
178 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
183 static int CallSize(Handle<Code> code,
187 void Call(Handle<Code> code,
    [all...]
regexp-macro-assembler-mips.cc 6 // * Redistributions of source code must retain the above copyright
34 #include "code-stubs.h"
46 * - t1 : Pointer to current code object (Code*) including heap object tag.
63 * - fp[56] direct_call (if 1, direct call from JavaScript code,
94 * code and the remaining arguments are passed in registers, e.g. by calling the
95 * code entry as cast to a function with the signature:
107 * When calling as a non-direct call (i.e., from C++ code), the return address
108 * area is overwritten with the ra register by the RegExp code. When doing a
109 * direct call from generated code, the return address is placed there b
832 Handle<Code> code = FACTORY->NewCode(code_desc, local
    [all...]
  /external/chromium_org/v8/src/
incremental-marking.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
123 void IncrementalMarking::RecordCodeTargetPatch(Code* host,
135 Code* host = heap_->isolate()->inner_pointer_to_code_cache()->
145 Code* value) {
173 Code::cast(value));
515 void IncrementalMarking::ActivateGeneratedStub(Code* stub) {
545 RecordWriteStub::Patch(Code::cast(e), mode);
    [all...]
bootstrapper.cc 6 // * Redistributions of source code must retain the above copyright
46 #include "code-stubs.h"
369 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
505 Handle<Code> code = local
506 Handle<Code>(isolate->builtins()->builtin(
508 empty_function->set_code(*code);
509 empty_function->shared()->set_code(*code);
588 Handle<Code> code(isolate()->builtins()->builtin
729 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin( local
763 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin( local
904 Handle<Code> code = array_constructor_stub.GetCode(isolate); local
1073 Handle<Code> code = Handle<Code>( local
1224 Handle<Code> code = Handle<Code>( local
1242 Handle<Code> code = local
1254 Handle<Code> code = local
1638 Handle<Code> code = internal_array_constructor_stub.GetCode(isolate()); local
1674 Handle<Code> code = Handle<Code>( local
    [all...]
gdb-jit.cc 6 // * Redistributions of source code must retain the above copyright
935 Code* code,
941 code_(code),
1011 Code* code_;
1033 symtab->Add(ELFSymbol("V8 Code",
1091 w->WriteULEB128(1); // Abbreviation code.
2176 Code* code = reinterpret_cast<Code*>(e->key); local
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 6 // * Redistributions of source code must retain the above copyright
142 // Code generators
597 // The sequence of instructions that is patched out for aging code is the
614 bool Code::IsYoungSequence(byte* sequence) {
624 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
632 Code* stub = GetCodeFromTargetAddress(target_address);
638 void Code::PatchPlatformCodeAge(byte* sequence,
639 Code::Age age,
647 Code* stub = GetCodeAgeStub(age, parity);
649 // Mark this code sequence for FindPlatformCodeAgeSequence(
    [all...]
macro-assembler-mips.h 6 // * Redistributions of source code must retain the above copyright
50 // trying to update gp register for position-independent-code. Whenever
51 // MIPS generated code calls C code, it must be via t9 register.
172 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
177 int CallSize(Handle<Code> code,
181 void Call(Handle<Code> code,
    [all...]
regexp-macro-assembler-mips.cc 6 // * Redistributions of source code must retain the above copyright
34 #include "code-stubs.h"
48 * - t1 : Pointer to current code object (Code*) including heap object tag.
66 * - fp[60] direct_call (if 1, direct call from JavaScript code,
99 * code and the remaining arguments are passed in registers, e.g. by calling the
100 * code entry as cast to a function with the signature:
112 * When calling as a non-direct call (i.e., from C++ code), the return address
113 * area is overwritten with the ra register by the RegExp code. When doing a
114 * direct call from generated code, the return address is placed there b
883 Handle<Code> code = isolate()->factory()->NewCode( local
    [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 6 // * Redistributions of source code must retain the above copyright
167 // Generated code is put into a fixed, unmovable, buffer, and not into
250 // Code generators
608 // Load the two-byte character code into the result register.
688 // The sequence of instructions that is patched out for aging code is the
690 // FUNCTION and OPTIMIZED_FUNCTION code:
702 bool Code::IsYoungSequence(byte* sequence) {
711 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
720 Code* stub = GetCodeFromTargetAddress(target_address);
726 void Code::PatchPlatformCodeAge(byte* sequence
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 40 /// \brief Annotates a diagnostic with some code that should be
45 /// amount of code will correct a compilation error. The compiler
51 /// \brief Code that should be replaced to correct the error. Empty for an
55 /// \brief Code in the specific range that should be inserted in the insertion
59 /// \brief The actual code to insert at the insertion location, as a
65 /// \brief Empty code modification hint, indicating that no code
73 /// \brief Create a code modification hint that inserts the given
74 /// code string at a specific location.
76 StringRef Code,
    [all...]
  /external/v8/src/
assembler.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
559 RelocIterator::RelocIterator(Code* code, int mode_mask) {
560 rinfo_.host_ = code;
561 rinfo_.pc_ = code->instruction_start();
564 pos_ = code->relocation_start() + code->relocation_size();
565 end_ = code->relocation_start();
602 return "code target (js construct call)"
657 Code* code = Code::GetCodeFromTargetAddress(target_address()); local
702 Code* code = Code::GetCodeFromTargetAddress(addr); local
    [all...]
full-codegen.cc 6 // * Redistributions of source code must retain the above copyright
314 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION);
315 Handle<Code> code = CodeGenerator::MakeCodeEpilogue(&masm, flags, info); local
316 code->set_optimizable(info->IsOptimizable() &&
319 code->set_self_optimization_header(cgen.has_self_optimization_header_);
320 cgen.PopulateDeoptimizationData(code);
321 cgen.PopulateTypeFeedbackInfo(code);
    [all...]
objects.cc 6 // * Redistributions of source code must retain the above copyright
5219 Code* code = Code::cast(cache->get(i + kCodeCacheEntryCodeOffset)); local
5309 Code* code = Code::cast(pair->get(1)); local
7759 Code* code = this->code(); local
7965 Object* code = Code::GetObjectFromEntryAddress(entry_address); local
8049 Code* code = Code::cast(*p); local
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 6 // * Redistributions of source code must retain the above copyright
273 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
461 Object* code = HEAP->CreateCode( local
463 Code::ComputeFlags(Code::STUB),
465 CHECK(code->IsCode());
467 Code::cast(code)->Print();
468 byte* begin = Code::cast(code)->instruction_start()
    [all...]
  /external/v8/tools/
ll_prof.py 8 # * Redistributions of source code must retain the above copyright
80 class Code(object):
81 """Code object."""
86 self.id = Code._id
87 Code._id += 1
192 """Group of adjacent code objects."""
214 def Add(self, code):
215 self.code_objects.append(code)
217 def Remove(self, code):
218 self.code_objects.remove(code)
    [all...]
  /external/libmtp/src/
libusb-glue.c 503 * <code>free_mtpdevice_list(mtp_device_list)</code> when you are done
575 * The user shall simply <code>free()</code> this
600 "error code: %d on line %d\n", ret, __LINE__);
    [all...]
  /external/chromium_org/third_party/zlib/
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 */
110 /* length code for each normalized match length (0 == MIN_MATCH) */
113 /* First normalized length for each code (0 = MIN_MATCH) */
116 /* First normalized distance for each code (0 = distance of 1) *
246 int code; \/* code value *\/ local
587 ush code = 0; \/* running code value *\/ local
1084 unsigned code; \/* the code to send *\/ local
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 6 // * Redistributions of source code must retain the above copyright
83 void RememberedSetHelper(Register object, // Used for debug code.
309 // explicit first parameter to make the code more readable at the
313 // Invoke the JavaScript function code by either calling or jumping.
314 void InvokeCode(Register code,
320 InvokeCode(Operand(code), expected, actual, flag, call_wrapper, call_kind);
323 void InvokeCode(const Operand& code,
330 void InvokeCode(Handle<Code> code,
362 // Store the code object for the given builtin in the target register
    [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 10 // This tablegen backend emits code for use by the "fast" instruction
16 // code to look up these instructions by type and operator.
31 /// instruction needed to emit code for it.
109 if (unsigned Code = getImmCode())
110 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName();
151 unsigned Code = Operands[i].getImmCode();
152 if (Code == 0) continue;
157 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1);
209 // example, X86 doesn't need to generate code to match ADD16ri8 since
587 // Now emit code for all the patterns that we collected
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 19 import com.android.dex.Code.CatchHandler;
20 import com.android.dex.Code.Try;
57 // Note: libcore.util.EmptyArray cannot be accessed when this code isn't run on Dalvik.
71 * Creates a new dex that reads from {@code data}. It is an error to modify
72 * {@code data} after using it to create a dex buffer.
93 * Creates a new dex buffer of the dex in {@code in}, and closes {@code in}.
100 * Creates a new dex buffer from the dex file {@code file}.
120 * Creates a new dex from the contents of {@code bytes}. This API supports
121 * both {@code .dex} and {@code .odex} input. Calling this constructo
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 317 bool MipsMir2Lir::SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div,
614 void MipsMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
620 void MipsMir2Lir::GenArithImmOpLong(Instruction::Code opcode,
  /art/compiler/dex/quick/x86/
int_x86.cc 139 // TODO: Prevent this from happening in the code. The result is often
177 // Swap operands and condition code to prevent use of zero flag.
298 bool X86Mir2Lir::SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div,
561 void X86Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
567 void X86Mir2Lir::GenArithImmOpLong(Instruction::Code opcode,

Completed in 833 milliseconds

<<11121314151617181920>>