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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
InstructionWithJumboVariant.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;
UnknownInstruction.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code.Format;
34 import org.jf.dexlib.Code.Opcode;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
EncodedLiteralInstruction.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code;
InvokeInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
LiteralInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
OdexedFieldAccess.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
OdexedInvokeInline.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code;
OdexedInvokeVirtual.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
RegisterRangeInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
SingleRegisterInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
ThreeRegisterInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
TwoRegisterInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
MultiOffsetInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
FiveRegisterInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
OffsetInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
  /external/webkit/Source/WebCore/html/
MediaError.h 7 * 1. Redistributions of source code must retain the above copyright
38 enum Code { MEDIA_ERR_ABORTED = 1, MEDIA_ERR_NETWORK, MEDIA_ERR_DECODE, MEDIA_ERR_SRC_NOT_SUPPORTED };
40 static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); }
42 Code code() const { return m_code; } function in class:WebCore::MediaError
45 MediaError(Code code) : m_code(code) { }
    [all...]
  /external/proguard/examples/dictionaries/
compact.txt 9 Code
  /external/smack/src/org/xbill/DNS/
NSIDOption.java 17 super(EDNSOption.Code.NSID);
26 super(EDNSOption.Code.NSID, data);
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
compact.txt 9 Code
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 53 testing::AssertionResult matchesConditionally(const std::string &Code,
63 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) {
64 return testing::AssertionFailure() << "Parsing error in \"" << Code << "\"";
68 << "Could not find match in \"" << Code << "\"";
71 << "Found unexpected match in \"" << Code << "\"";
77 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) {
78 return matchesConditionally(Code, AMatcher, true, "-std=c++11");
82 testing::AssertionResult notMatches(const std::string &Code,
84 return matchesConditionally(Code, AMatcher, false, "-std=c++11");
89 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 22 void expectRewritten(const std::string &Code,
30 ASSERT_TRUE(tooling::runToolOnCode(Factory->create(), Code))
31 << "Parsing error in \"" << Code << "\"";
33 FileID ID = Context.createInMemoryFile("input.cc", Code);
40 std::string Code = "void f() { int i = 1; }";
43 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
47 std::string Code = "#define A void f() { int i = 1; }\nA";
50 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
54 std::string Code = "#define A void f() { int i = 1; }";
57 expectRewritten(Code, Expected, id("id", declStmt()), Callback)
    [all...]
  /external/v8/src/
builtins.h 6 // * Redistributions of source code must retain the above copyright
69 Code::kNoExtraICState) \
71 Code::kNoExtraICState) \
73 Code::kNoExtraICState) \
75 Code::kNoExtraICState) \
77 Code::kNoExtraICState) \
79 Code::kNoExtraICState) \
81 Code::kNoExtraICState) \
83 Code::kNoExtraICState) \
85 Code::kNoExtraICState)
    [all...]
stub-cache.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
58 Code* StubCache::Set(String* name, Map* map, Code* code) {
59 // Get the flags from the code.
60 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags());
71 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC)
126 Handle<Code> code = local
145 Handle<Code> code = local
165 Handle<Code> code = local
185 Handle<Code> code = local
203 Handle<Code> code = local
228 Handle<Code> code = local
247 Handle<Code> code = local
267 Handle<Code> code = local
286 Handle<Code> code = compiler.CompileLoadInterceptor(receiver, holder, name); local
306 Handle<Code> code = local
323 Handle<Code> code = compiler.CompileLoadArrayLength(name); local
340 Handle<Code> code = compiler.CompileLoadStringLength(name); local
357 Handle<Code> code = compiler.CompileLoadFunctionPrototype(name); local
377 Handle<Code> code = local
472 Handle<Code> code = compiler.CompileStoreGlobal(receiver, cell, name); local
491 Handle<Code> code = compiler.CompileStoreCallback(receiver, callback, name); local
508 Handle<Code> code = compiler.CompileStoreInterceptor(receiver, name); local
528 Handle<Code> code = local
569 Handle<Code> code = local
607 Handle<Code> code = local
644 Handle<Code> code = local
649 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local
674 Handle<Code> code = local
678 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local
708 Object* code = dictionary->ValueAt(entry); local
729 Handle<Code> code = compiler.CompileCallInitialize(flags); local
758 Handle<Code> code = compiler.CompileCallPreMonomorphic(flags); local
775 Handle<Code> code = compiler.CompileCallNormal(flags); local
792 Handle<Code> code = compiler.CompileCallArguments(flags); local
811 Handle<Code> code = compiler.CompileCallMegamorphic(flags); local
831 Handle<Code> code = compiler.CompileCallMiss(flags); local
851 Handle<Code> code = compiler.CompileCallDebugBreak(flags); local
870 Handle<Code> code = compiler.CompileCallDebugPrepareStepIn(flags); local
1149 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallInitialize"); local
1153 *code, code->arguments_count())); local
1170 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallPreMonomorphic"); local
1174 *code, code->arguments_count())); local
1191 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallNormal"); local
1195 *code, code->arguments_count())); local
1210 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMegamorphic"); local
1214 *code, code->arguments_count())); local
1223 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallArguments"); local
1242 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMiss"); local
1246 *code, code->arguments_count())); local
1255 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugBreak"); local
1275 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugPrepareStepIn"); local
1279 *code, local
1293 Handle<Code> code = factory()->NewCode(desc, flags, masm_.CodeObject()); local
1324 Handle<Code> code = GetCodeWithFlags(flags, name); local
1336 Handle<Code> code = GetCodeWithFlags(flags, name); local
1347 Handle<Code> code = GetCodeWithFlags(flags, name); local
1361 Handle<Code> code = GetCodeWithFlags(flags, name); local
1454 Handle<Code> code = GetCodeWithFlags(flags, "ConstructStub"); local
    [all...]
ic.h 6 // * Redistributions of source code must retain the above copyright
39 // inline caching code. The argument for the macro, ICU, is the function name.
70 // The ids for utility called from the generated code.
81 // Alias the inline cache state type to make the IC code more readable.
84 // The IC code is either invoked with no extra frames on the stack
97 Code* target() const { return GetTargetAtAddress(address()); }
103 static State StateFrom(Code* target, Object* receiver, Object* name);
109 // operation as it has to search through the heap to find the code
128 // Determines which map must be used for keeping the code stub.
143 // Computes the address in the original code when the code running i
149 void set_target(Code* code) { SetTargetAtAddress(address(), code); } local
    [all...]
stub-cache.h 6 // * Redistributions of source code must retain the above copyright
43 // It maps (map, name, type)->Code*
71 Code* value;
80 Handle<Code> ComputeLoadNonexistent(Handle<String> name,
83 Handle<Code> ComputeLoadField(Handle<String> name,
88 Handle<Code> ComputeLoadCallback(Handle<String> name,
93 Handle<Code> ComputeLoadConstant(Handle<String> name,
98 Handle<Code> ComputeLoadInterceptor(Handle<String> name,
102 Handle<Code> ComputeLoadNormal();
104 Handle<Code> ComputeLoadGlobal(Handle<String> name
    [all...]

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 91011>>