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

1 2 3 4 56 7 8 91011>>

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
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/dexlib/src/main/java/org/jf/dexlib/Code/Format/
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;
Instruction3rmi.java 9 * * Redistributions of source code must retain the above copyright
32 package org.jf.dexlib.Code.Format;
34 import org.jf.dexlib.Code.*;
  /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;
InstructionIterator.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code;
31 import org.jf.dexlib.Code.Format.*;
91 throw ExceptionWithContext.withContext(ex, "Error occured at code address " + insnsPosition * 2);
  /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);
382 unsigned Code = 0;
386 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
387 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break;
388 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
389 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
390 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
391 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break
    [all...]
  /external/chromium_org/v8/src/
ic.cc 6 // * Redistributions of source code must retain the above copyright
54 // computed from the original code - not the patched code. Let
55 // these cases fall through to the unreachable code below.
76 Code* new_target) {
86 Code* apply_builtin = isolate->builtins()->builtin(
95 Code::ExtraICState state = new_target->extra_ic_state();
97 GetTransitionMarkModifier(Code::GetKeyedAccessStoreMode(state));
124 // To improve the performance of the (much used) IC code, we unfold a few
125 // levels of the stack frame iteration code. This yields a ~35% speedup whe
164 Code* code = shared->code(); local
302 Code* code = Code::cast(isolate()->FindCodeObject(addr)); local
406 Code* code = local
748 Handle<Code> code; local
1280 Handle<Code> code; local
1746 Handle<Code> code = ComputeStoreMonomorphic( local
2706 Handle<Code> code = stub.GetCode(isolate); local
2787 Code* code = NULL; local
3023 Code* code = NULL; local
3053 Handle<Code> code; local
3086 Handle<Code> code = stub.GetCode(isolate()); local
    [all...]
deoptimizer.h 6 // * Redistributions of source code must retain the above copyright
170 Handle<Code> compiled_code() const { return Handle<Code>(compiled_code_); }
195 // information of a code object to perform lazy deoptimization
199 static void EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code);
201 // Deoptimize the function now. Its current optimized code will never be run
202 // again and any activations of the optimized code will get deoptimized when
206 // Iterate over all the functions which share the same code object
208 static void ReplaceCodeForRelatedFunctions(JSFunction* function, Code* code)
    [all...]
log.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
71 static const char* ComputeMarker(Code* code) {
72 switch (code->kind()) {
73 case Code::FUNCTION: return code->optimizable() ? "~" : "";
74 case Code::OPTIMIZED_FUNCTION: return "*";
182 Code* code,
    [all...]
frames.h 6 // * Redistributions of source code must retain the above copyright
45 // Return the code of the n-th saved register available to JavaScript.
59 Code* code; member in struct:v8::internal::InnerPointerToCodeCache::InnerPointerToCodeCacheEntry
67 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
68 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
126 inline void Iterate(ObjectVisitor* v, Code* holder) const;
193 // manually and the FrameScope does not need to emit code.
276 // Get the code associated with this frame.
278 virtual Code* unchecked_code() const = 0
    [all...]
type-info.h 6 // * Redistributions of source code must retain the above copyright
191 return "Unreachable code";
239 TypeFeedbackOracle(Handle<Code> code,
282 void CollectPolymorphicMaps(Handle<Code> code, SmallMapList* types);
321 Code::Flags flags,
326 void BuildDictionary(Handle<Code> code);
327 void GetRelocInfos(Handle<Code> code, ZoneList<RelocInfo>* infos)
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 148 static void WriteStringRecord(unsigned Code, StringRef Str,
152 // Code: [strchar x N]
160 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...]
  /external/v8/src/
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...]
frames.h 6 // * Redistributions of source code must retain the above copyright
43 // Return the code of the n-th saved register available to JavaScript.
56 Code* code; member in struct:v8::internal::InnerPointerToCodeCache::InnerPointerToCodeCacheEntry
64 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
65 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
110 inline void Iterate(ObjectVisitor* v, Code* holder) const;
151 // manually and the FrameScope does not need to emit code.
223 // Get the code associated with this frame.
225 virtual Code* unchecked_code() const = 0
    [all...]
  /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/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.h 24 void Code(ICompressProgressInfo *progress);
39 Code
54 HRESULT ReturnIfError(HRESULT code);
59 STDMETHOD(Code)(ISequentialInStream **inStreams,
  /external/lzma/CPP/7zip/Compress/
CopyCoder.cpp 20 STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream,
64 return copyCoder->Code(inStream, outStream, NULL, NULL, progress);
  /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, "" )
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
OffsetInstructionFormatMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
34 import org.jf.dexlib.Code.OffsetInstruction;
35 import org.jf.dexlib.Code.Opcode;
  /libcore/dex/src/main/java/com/android/dex/
Code.java 19 public final class Code {
28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset,
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 143 static void WriteStringRecord(unsigned Code, StringRef Str,
147 // Code: [strchar x N]
155 Stream.EmitRecord(Code, Vals, AbbrevToUse);
250 unsigned Code = 0;
254 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
255 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
256 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
257 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
258 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
259 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
60 Object* code = isolate->heap()->CreateCode( variable
62 Code::ComputeFlags(Code::STUB),
63 Handle<Code>())->ToObjectChecked();
64 CHECK(code->IsCode());
66 Code::cast(code)->Print();
68 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry())
98 Object* code = isolate->heap()->CreateCode( variable
145 Object* code = isolate->heap()->CreateCode( variable
194 Object* code = isolate->heap()->CreateCode( variable
320 Object* code = isolate->heap()->CreateCode( variable
383 Object* code = isolate->heap()->CreateCode( variable
419 Object* code = isolate->heap()->CreateCode( variable
496 Object* code = isolate->heap()->CreateCode( local
681 Object* code = isolate->heap()->CreateCode( variable
793 Object* code = isolate->heap()->CreateCode( variable
901 Object* code = isolate->heap()->CreateCode( variable
998 Object* code = isolate->heap()->CreateCode( variable
1128 Object* code = isolate->heap()->CreateCode( variable
1203 Object* code = isolate->heap()->CreateCode( variable
1298 Object* code = isolate->heap()->CreateCode( variable
1395 Object* code = isolate->heap()->CreateCode( variable
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
h_generator.py 2 # Use of this source code is governed by a BSD-style license that can be
5 from code import Code
33 """Generates a Code object with the .h for a single namespace.
35 c = Code()
142 c = Code()
152 c = Code()
180 c = Code()
289 c = Code()
303 c = Code()
    [all...]

Completed in 351 milliseconds

1 2 3 4 56 7 8 91011>>