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

1 2 34 5 6 7 8 91011>>

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction52c.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code.Format;
34 import org.jf.dexlib.Code.Instruction;
35 import org.jf.dexlib.Code.Opcode;
36 import org.jf.dexlib.Code.TwoRegisterInstruction;
Instruction21c.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.InstructionWithReference;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.SingleRegisterInstruction;
Instruction35ms.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.FiveRegisterInstruction;
32 import org.jf.dexlib.Code.Instruction;
33 import org.jf.dexlib.Code.OdexedInvokeVirtual;
34 import org.jf.dexlib.Code.Opcode;
Instruction35c.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.FiveRegisterInstruction;
32 import org.jf.dexlib.Code.Instruction;
33 import org.jf.dexlib.Code.InstructionWithReference;
34 import org.jf.dexlib.Code.Opcode;
42 import static org.jf.dexlib.Code.Opcode.*;
Instruction3rc.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.InstructionWithReference;
33 import org.jf.dexlib.Code.Opcode;
34 import org.jf.dexlib.Code.RegisterRangeInstruction;
42 import static org.jf.dexlib.Code.Opcode.*;
PackedSwitchDataPseudoInstruction.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.MultiOffsetInstruction;
33 import org.jf.dexlib.Code.Opcode;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItemFactory.java 9 * 1. Redistributions of source code must retain the above copyright
32 import org.jf.dexlib.Code.Format.*;
33 import org.jf.dexlib.Code.Instruction;
34 import org.jf.dexlib.Code.OffsetInstruction;
UnresolvedOdexInstructionMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
32 import org.jf.dexlib.Code.Format.UnresolvedOdexInstruction;
  /external/smack/src/org/xbill/DNS/
EDNSOption.java 16 public static class Code {
17 private Code() {}
30 codes.setPrefix("CODE");
38 * Converts an EDNS Option Code into its textual representation
41 string(int code) {
42 return codes.getText(code);
46 * Converts a textual representation of an EDNS Option Code into its
48 * @param s The textual representation of the option code
49 * @return The option code, or -1 on error.
57 private final int code; field in class:EDNSOption
118 int code, length; local
    [all...]
  /external/v8/src/
ic.cc 6 // * Redistributions of source code must retain the above copyright
52 // computed from the original code - not the patched code. Let
53 // these cases fall through to the unreachable code below.
64 Code* new_target) {
75 Code* apply_builtin = isolate->builtins()->builtin(
85 Code::GetKeyedAccessGrowMode(new_target->extra_ic_state()) ==
114 // To improve the performance of the (much used) IC code, we unfold
115 // a few levels of the stack frame iteration code. This yields a
150 // Find the function on the stack and both the active code for th
154 Code* code = shared->code(); local
269 Code* code = Code::cast(isolate()->heap()->FindCodeObject(addr)); local
701 Handle<Code> code; local
774 Handle<Code> code = isolate()->stub_cache()->ComputeCallArguments( local
779 Handle<Code> code = isolate()->stub_cache()->ComputeCallMegamorphic( local
1047 Handle<Code> code = compiler.CompileLoadPolymorphic( local
1085 Handle<Code> code = local
1097 Handle<Code> code = local
1110 Handle<Code> code = local
1411 Handle<Code> code; local
1707 Handle<Code> code = compiler.CompileStorePolymorphic( local
1859 Handle<Code> code; local
2290 Handle<Code> code = stub.GetCode(); local
2366 Handle<Code> code = stub.GetCode(); local
2547 Handle<Code> code = stub.GetCode(); local
    [all...]
code-stubs.cc 6 // * Redistributions of source code must retain the above copyright
31 #include "code-stubs.h"
40 bool CodeStub::FindCodeInCache(Code** code_out) {
44 *code_out = Code::cast(heap->code_stubs()->ValueAt(index));
52 // Update the static counter each time a new code stub is generated.
58 // Generate the code for the stub.
75 void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) {
76 code->set_major_key(MajorKey());
80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name))
103 Code* code; local
    [all...]
deoptimizer.h 6 // * Redistributions of source code must retain the above copyright
97 // List of deoptimized code which still have references from active stack
98 // frames. These code objects are needed by the deoptimizer when deoptimizing
99 // a frame for which the code object for the function function has been
100 // changed from the code present when deoptimizing was done.
144 // information of a code object to perform lazy deoptimization
148 static void EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code);
150 // Deoptimize the function now. Its current optimized code will never be run
151 // again and any activations of the optimized code will get deoptimized whe
    [all...]
  /external/llvm/lib/TableGen/
StringMatcher.cpp 40 /// code to verify that CharNo and later are the same.
42 /// \return - True if control can leave the emitted code fragment.
50 // matching code.
54 // If the to-execute code has \n's in it, indent each subsequent line.
55 StringRef Code = Matches[0]->second;
57 std::pair<StringRef, StringRef> Split = Code.split('\n');
60 Code = Split.second;
61 while (!Code.empty()) {
62 Split = Code.split('\n');
64 Code = Split.second
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
InlineMethodResolver.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.OdexedInvokeInline;
32 import org.jf.dexlib.Code.OdexedInvokeVirtual;
34 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Static;
35 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Virtual;
36 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Direct;
SyntheticAccessorResolver.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
32 import org.jf.dexlib.Code.Format.Instruction22c;
33 import org.jf.dexlib.Code.Instruction;
34 import org.jf.dexlib.Code.InstructionWithReference;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PostInstructionRegisterInfoMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
35 import org.jf.dexlib.Code.Analysis.AnalyzedInstruction;
36 import org.jf.dexlib.Code.Analysis.MethodAnalyzer;
37 import org.jf.dexlib.Code.Analysis.RegisterType;
  /external/v8/test/cctest/
test-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
69 Object* code = HEAP->CreateCode( variable
71 Code::ComputeFlags(Code::STUB),
73 CHECK(code->IsCode());
75 Code::cast(code)->Print();
77 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
106 Object* code = HEAP->CreateCode variable
152 Object* code = HEAP->CreateCode( variable
200 Object* code = HEAP->CreateCode( variable
315 Object* code = HEAP->CreateCode( variable
375 Object* code = HEAP->CreateCode( variable
410 Object* code = HEAP->CreateCode( variable
486 Object* code = HEAP->CreateCode( local
672 Object* code = HEAP->CreateCode( variable
787 Object* code = HEAP->CreateCode( variable
898 Object* code = HEAP->CreateCode( variable
995 Object* code = HEAP->CreateCode( variable
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
ReferenceType.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 69 StringRef Code,
79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
80 return testing::AssertionFailure() << "Parsing error in \"" << Code << "\"";
99 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code,
103 return PrintedDeclMatches(Code,
111 StringRef Code,
115 return PrintedDeclMatches(Code,
122 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code,
126 return PrintedDeclMatches(Code,
134 StringRef Code,
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 149 static void WriteStringRecord(unsigned Code, StringRef Str,
153 // Code: [strchar x N]
161 Stream.EmitRecord(Code, Vals, AbbrevToUse);
299 unsigned Code = 0;
303 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
304 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break;
305 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
306 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
307 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
308 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 151 static void WriteStringRecord(unsigned Code, StringRef Str,
155 // Code: [strchar x N]
163 Stream.EmitRecord(Code, Vals, AbbrevToUse);
255 unsigned Code = 0;
259 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
260 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break;
261 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
262 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
263 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
264 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Code.java 19 public final class Code {
28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset,
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 19 public final class Code {
28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset,
  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
74 switch (Code) {
75 default: llvm_unreachable("Illegal ICmp code!");
  /external/opencv/cxcore/include/
cxerror.h 19 // * Redistribution's of source code must retain the above copyright notice,
138 CV_ERROR macro unconditionally raises error with passed code and message.
141 #define CV_ERROR( Code, Msg ) \
143 cvError( (Code), cvFuncName, Msg, __FILE__, __LINE__ ); \
148 #define CV_ERROR_FROM_CODE( code ) \
149 CV_ERROR( code, "" )

Completed in 535 milliseconds

1 2 34 5 6 7 8 91011>>