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

<<11121314151617181920>>

  /external/llvm/lib/MC/
MCMachOStreamer.cpp 139 // FIXME: Cleanup this code, these bits should be emitted based on semantic
268 // FIXME: Cleanup this code, these bits should be emitted based on semantic
382 SmallString<256> Code;
383 raw_svector_ostream VecOS(Code);
392 DF->getContents().append(Code.begin(), Code.end());
MCObjectStreamer.cpp 237 SmallString<128> Code;
238 raw_svector_ostream VecOS(Code);
241 IF->getContents().append(Code.begin(), Code.end());
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame_personality.s 42 # Code alignment factor: 1
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 89 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 77 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
PpmdEncoder.cpp 73 HRESULT CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
  /external/lzma/CS/7zip/
ICoder.cs 60 void Code(System.IO.Stream inStream, System.IO.Stream outStream,
67 void Code(ISequentialInStream []inStreams,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
PackedSwitchMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
35 import org.jf.dexlib.Code.Format.PackedSwitchDataPseudoInstruction;
SparseSwitchMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
35 import org.jf.dexlib.Code.Format.SparseSwitchDataPseudoInstruction;
  /external/v8/src/arm/
lithium-codegen-arm.h 6 // * Redistributions of source code must retain the above copyright
99 // Try to generate code for the entire chunk, but it may fail if the
101 // code generation attempt succeeded.
104 // Finish the code by setting stack height, safepoint, and bailout
106 void FinishCode(Handle<Code> code);
108 // Deferred code support.
179 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); }
181 // Code generation passes. Returns true if code generation shoul
    [all...]
  /external/v8/src/
mark-compact.h 6 // * Redistributions of source code must retain the above copyright
527 void RecordCodeEntrySlot(Address slot, Code* target);
543 void InvalidateCode(Code* code);
616 // Mark non-optimize code for functions inlined into the given optimized
617 // code. This will prevent it from being flushed.
618 void MarkInlinedFunctionsCode(Code* code);
620 // Mark code objects that are active on the stack to prevent them
759 List<Code*> invalidated_code_
    [all...]
objects.h 6 // * Redistributions of source code must retain the above copyright
104 // - Code
427 // code for the class including allocation and garbage collection routines,
    [all...]
regexp-macro-assembler.cc 6 // * Redistributions of source code must retain the above copyright
55 #ifndef V8_INTERPRETED_REGEXP // Avoid unused code, e.g., on ARM.
105 Handle<Code> regexp_code,
158 Code* code,
171 int result = CALL_GENERATED_REGEXP_CODE(code->entry(),
184 // We detected a stack overflow (on the backtrack stack) in RegExp code,
224 // A GC might move the calling generated code and invalidate the
safepoint-table.cc 6 // * Redistributions of source code must retain the above copyright
61 SafepointTable::SafepointTable(Code* code) {
62 ASSERT(code->kind() == Code::OPTIMIZED_FUNCTION);
63 code_ = code;
64 Address header = code->instruction_start() + code->safepoint_table_offset();
120 registers_->Add(reg.code());
161 // Ensure there is always space for such patching, even if the code end
    [all...]
v8globals.h 6 // * Redistributions of source code must retain the above copyright
60 // Desired alignment for generated code is 32 bytes (to improve cache line
116 class Code;
212 // Flag indicating whether code is built into the VM (one of the natives files).
251 // in compiled code.
252 typedef void (*InlineCacheCallback)(Code* code, Address ic);
404 // CODE_POINTER_ALIGN returns the value aligned as a generated code segment.
536 // V8 allows const declarations in global code with distinct creation and
  /external/v8/src/mips/
lithium-codegen-mips.h 6 // * Redistributions of source code must retain the above copyright
99 // Try to generate code for the entire chunk, but it may fail if the
101 // code generation attempt succeeded.
104 // Finish the code by setting stack height, safepoint, and bailout
106 void FinishCode(Handle<Code> code);
176 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); }
178 // Code generation passes. Returns true if code generation shoul
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 764 unsigned Code = Stream.ReadCode();
765 if (Code == bitc::END_BLOCK) {
785 if (Code == bitc::ENTER_SUBBLOCK) {
793 if (Code == bitc::DEFINE_ABBREV) {
801 switch (Stream.readRecord(Code, Record)) {
940 unsigned Code = Stream.ReadCode();
941 if (Code == bitc::END_BLOCK) {
947 if (Code == bitc::ENTER_SUBBLOCK) {
955 if (Code == bitc::DEFINE_ABBREV) {
962 switch (Stream.readRecord(Code, Record))
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 6 // * Redistributions of source code must retain the above copyright
46 #include "code.h"
726 static ArchRegExpMacroAssembler::Result Execute(Code* code,
733 code,
757 Handle<Code> code = Handle<Code>::cast(code_object); local
766 Execute(*code,
811 Handle<Code> code = Handle<Code>::cast(code_object) local
877 Handle<Code> code = Handle<Code>::cast(code_object); local
940 Handle<Code> code = Handle<Code>::cast(code_object); local
984 Handle<Code> code = Handle<Code>::cast(code_object); local
1033 Handle<Code> code = Handle<Code>::cast(code_object); local
1091 Handle<Code> code = Handle<Code>::cast(code_object); local
1152 Handle<Code> code = Handle<Code>::cast(code_object); local
1253 Handle<Code> code = Handle<Code>::cast(code_object); local
1297 Handle<Code> code = Handle<Code>::cast(code_object); local
1344 Handle<Code> code = Handle<Code>::cast(code_object); local
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 6 // * Redistributions of source code must retain the above copyright
46 #include "code.h"
707 static ArchRegExpMacroAssembler::Result Execute(Code* code,
714 code,
735 Handle<Code> code = Handle<Code>::cast(code_object); local
744 Execute(*code,
780 Handle<Code> code = Handle<Code>::cast(code_object) local
837 Handle<Code> code = Handle<Code>::cast(code_object); local
898 Handle<Code> code = Handle<Code>::cast(code_object); local
940 Handle<Code> code = Handle<Code>::cast(code_object); local
987 Handle<Code> code = Handle<Code>::cast(code_object); local
1043 Handle<Code> code = Handle<Code>::cast(code_object); local
1102 Handle<Code> code = Handle<Code>::cast(code_object); local
1201 Handle<Code> code = Handle<Code>::cast(code_object); local
1244 Handle<Code> code = Handle<Code>::cast(code_object); local
1290 Handle<Code> code = Handle<Code>::cast(code_object); local
    [all...]
  /external/chromium_org/v8/src/
objects.h 6 // * Redistributions of source code must retain the above copyright
129 // - Code
537 // code for the class including allocation and garbage collection routines,
    [all...]
v8globals.h 6 // * Redistributions of source code must retain the above copyright
55 // Desired alignment for generated code is 32 bytes (to improve cache line
114 class Code;
212 // Flag indicating whether code is built into the VM (one of the natives files).
251 // in compiled code.
252 typedef void (*InlineCacheCallback)(Code* code, Address ic);
390 // CODE_POINTER_ALIGN returns the value aligned as a generated code segment.
568 // V8 allows const declarations in global code with distinct creation and
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1383.js 6 // * Redistributions of source code must retain the above copyright
30 // hit an assertion in Code::ComputeFlags.
  /external/lzma/Java/SevenZip/
LzmaAlone.java 223 encoder.Code(inStream, outStream, -1, -1, null);
242 if (!decoder.Code(inStream, outStream, outSize))
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
31 import org.jf.dexlib.Code.*;
78 * is one that the analyzer never reaches. This occurs either with natural "dead code" - code that simply has no
79 * code path that can ever reach it, or code that follows an odexed instruction that can't be deodexed.
OdexedFieldInstructionMapper.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
31 import org.jf.dexlib.Code.Opcode;

Completed in 1458 milliseconds

<<11121314151617181920>>