/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
Instruction31t.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.OffsetInstruction; 33 import org.jf.dexlib.Code.Opcode; 34 import org.jf.dexlib.Code.SingleRegisterInstruction; 65 //align the address offset so that the absolute address is aligned on a 4-byte boundary (2 code block boundary)
|
Instruction51l.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.LiteralInstruction; 33 import org.jf.dexlib.Code.Opcode; 34 import org.jf.dexlib.Code.SingleRegisterInstruction;
|
Instruction10x.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.Opcode;
|
UnresolvedOdexInstruction.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction;
|
Instruction10t.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.OffsetInstruction; 33 import org.jf.dexlib.Code.Opcode;
|
Instruction11x.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.Opcode; 33 import org.jf.dexlib.Code.SingleRegisterInstruction;
|
Instruction12x.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.Opcode; 33 import org.jf.dexlib.Code.TwoRegisterInstruction;
|
Instruction20t.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.OffsetInstruction; 33 import org.jf.dexlib.Code.Opcode;
|
Instruction22x.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.Opcode; 33 import org.jf.dexlib.Code.TwoRegisterInstruction;
|
Instruction23x.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.Opcode; 33 import org.jf.dexlib.Code.ThreeRegisterInstruction;
|
Instruction30t.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Format; 31 import org.jf.dexlib.Code.Instruction; 32 import org.jf.dexlib.Code.OffsetInstruction; 33 import org.jf.dexlib.Code.Opcode;
|
/external/chromium_org/v8/src/x64/ |
codegen-x64.h | 6 // * Redistributions of source code must retain the above copyright 56 // Allocate and install the code. 57 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm, 58 Code::Flags flags, 61 // Print the code after compiling it. 62 static void PrintCode(Handle<Code> code, CompilationInfo* info); 79 // Generates the code for handling different string types and loading the
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Local.java | 19 import com.android.dx.rop.code.RegisterSpec; 25 private final Code code; field in class:Local 30 private Local(Code code, TypeId<T> type) { 31 this.code = code; 35 static <T> Local<T> get(Code code, TypeId<T> type) { 36 return new Local<T>(code, type) [all...] |
/external/lzma/CPP/7zip/Compress/ |
RangeCoder.h | 114 UInt32 Code;
121 Code = (Code << 8) | Stream.ReadByte();
130 Code = 0;
133 Code = (Code << 8) | Stream.ReadByte();
140 return (Code) / ( Range /= total);
145 Code -= start * Range;
153 UInt32 code = Code;
local [all...] |
RangeCoderBit.h | 86 if (decoder->Code < newBound)
92 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
100 decoder->Code -= newBound;
104 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
|
/external/v8/src/arm/ |
codegen-arm.h | 6 // * Redistributions of source code must retain the above copyright 52 // Allocate and install the code. 53 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm, 54 Code::Flags flags, 57 // Print the code after compiling it. 58 static void PrintCode(Handle<Code> code, CompilationInfo* info); 78 // Generates the code for handling different string types and loading the
|
/external/v8/src/ia32/ |
codegen-ia32.h | 6 // * Redistributions of source code must retain the above copyright 48 // Allocate and install the code. 49 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm, 50 Code::Flags flags, 53 // Print the code after compiling it. 54 static void PrintCode(Handle<Code> code, CompilationInfo* info); 77 // Generates the code for handling different string types and loading the
|
/external/v8/src/mips/ |
codegen-mips.h | 6 // * Redistributions of source code must retain the above copyright 54 // Allocate and install the code. 55 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm, 56 Code::Flags flags, 59 // Print the code after compiling it. 60 static void PrintCode(Handle<Code> code, CompilationInfo* info); 80 // Generates the code for handling different string types and loading the
|
/external/v8/src/x64/ |
codegen-x64.h | 6 // * Redistributions of source code must retain the above copyright 53 // Allocate and install the code. 54 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm, 55 Code::Flags flags, 58 // Print the code after compiling it. 59 static void PrintCode(Handle<Code> code, CompilationInfo* info); 74 // Generates the code for handling different string types and loading the
|
/external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/ |
SynchronizedMethodDetector.java | 2 // Use of this source code is governed by a BSD-style license that can be 11 import org.apache.bcel.classfile.Code; 25 public void visit(Code code) { 32 super.visit(code);
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITEventListenerTest.cpp | 34 void *Code; 40 void *Code; 52 void *Code, size_t Size, 54 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details}; 107 EXPECT_EQ(F1_addr, Listener.EmittedEvents[0].Code); 114 EXPECT_EQ(F2_addr, Listener.EmittedEvents[1].Code); 120 EXPECT_EQ(F1_addr, Listener.FreedEvents[0].Code); 123 EXPECT_EQ(F2_addr, Listener.FreedEvents[1].Code); 160 EXPECT_EQ(F1_addr, Listener1.EmittedEvents[0].Code); 166 EXPECT_EQ(F2_addr, Listener1.FreedEvents[0].Code); [all...] |
/external/v8/test/cctest/ |
test-assembler-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 72 Object* code = HEAP->CreateCode( local 74 Code::ComputeFlags(Code::STUB), 76 CHECK(code->IsCode()); 78 Code::cast(code)->Print(); 80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry()); 110 Object* code = HEAP->CreateCode local 152 Object* code = HEAP->CreateCode( local 186 Code* code = Code::cast(HEAP->CreateCode( local 220 Code* code = Code::cast(HEAP->CreateCode( local 249 Code* code = Code::cast(HEAP->CreateCode( local 286 Code* code = Code::cast(HEAP->CreateCode( local 326 Code* code = Code::cast(HEAP->CreateCode( local 381 Code* code = Code::cast(HEAP->CreateCode( local 465 Code* code = Code::cast(HEAP->CreateCode( local [all...] |
/external/v8/src/ |
type-info.cc | 6 // * Redistributions of source code must retain the above copyright 31 #include "code-stubs.h" 62 TypeFeedbackOracle::TypeFeedbackOracle(Handle<Code> code, 67 BuildDictionary(code); 84 Handle<Code> code = Handle<Code>::cast(map_or_code); local 85 return code->is_inline_cache_stub() && code->ic_state() == UNINITIALIZED 95 Handle<Code> code = Handle<Code>::cast(map_or_code); local 109 Handle<Code> code = Handle<Code>::cast(map_or_code); local 123 Handle<Code> code = Handle<Code>::cast(map_or_code); local 141 Handle<Code> code = Handle<Code>::cast(map_or_code); local 186 Handle<Code> code = Handle<Code>::cast(map_or_code); local 201 Handle<Code> code = Handle<Code>::cast(map_or_code); local [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
CmpInstAnalysis.h | 56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
ValidationException.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Analysis;
|