| /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
| ClassDefinition.java | 9 * 1. Redistributions of source code must retain the above copyright 35 import org.jf.dexlib.Code.Analysis.ValidationException; 36 import org.jf.dexlib.Code.Format.Instruction21c; 37 import org.jf.dexlib.Code.Format.Instruction41c; 38 import org.jf.dexlib.Code.Instruction;
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
| InstructionWithReference.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code;
|
| /external/v8/src/ia32/ |
| lithium-codegen-ia32.h | 6 // * Redistributions of source code must retain the above copyright 92 // Try to generate code for the entire chunk, but it may fail if the 94 // code generation attempt succeeded. 97 // Finish the code by setting stack height, safepoint, and bailout 99 void FinishCode(Handle<Code> code); 101 // Deferred code support. 167 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); } 169 // Code generation passes. Returns true if code generation shoul [all...] |
| /external/v8/src/ |
| incremental-marking-inl.h | 6 // * Redistributions of source code must retain the above copyright 66 Code* value) {
|
| liveedit.h | 6 // * Redistributions of source code must retain the above copyright 40 // A single change always has a form of a simple replacement (in pseudo-code): 45 // expectations (or number of parameters). If it didn't, function's code is 46 // patched with a newly compiled code. If it did change, enclosing function 48 // to them in a new script version. However, new version of code will 64 // in order to analyze whether function code maybe safely patched (with new 65 // code successfully reading existing data from function scopes). The Tracker 73 void RecordRootFunctionInfo(Handle<Code> code); 112 // In a code of a parent function replaces original function as embedde [all...] |
| frames-inl.h | 6 // * Redistributions of source code must retain the above copyright 69 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const { 123 inline Code* StackFrame::LookupCode() const { 128 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) { 129 return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
|
| /external/v8/src/x64/ |
| lithium-codegen-x64.h | 6 // * Redistributions of source code must retain the above copyright 86 // Try to generate code for the entire chunk, but it may fail if the 88 // code generation attempt succeeded. 91 // Finish the code by setting stack height, safepoint, and bailout 93 void FinishCode(Handle<Code> code); 95 // Deferred code support. 158 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); } 160 // Code generation passes. Returns true if code generation shoul [all...] |
| deoptimizer-x64.cc | 6 // * Redistributions of source code must retain the above copyright 55 // Get the optimized code. 56 Code* code = function->code(); 59 // code patching below, and is not needed any more. 60 code->InvalidateRelocation(); 65 // before the safepoint table (space was allocated there when the Code 68 Address instruction_start = function->code()->instruction_start(); 73 DeoptimizationInputData::cast(code->deoptimization_data()) [all...] |
| regexp-macro-assembler-x64.h | 6 // * Redistributions of source code must retain the above copyright 34 #include "code.h" 109 static Result Match(Handle<Code> regexp, 116 static Result Execute(Code* code, 125 // If the code object is relocated, the return address is fixed before 128 Code* re_code, 190 // Initial size of code buffer. 216 // The registers containing a self pointer to this code's Code object [all...] |
| /external/chromium_org/sandbox/win/src/ |
| service_resolver_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 72 struct Code { 81 Code* patched = reinterpret_cast<Code*>(source);
|
| /external/chromium_org/tools/json_schema_compiler/ |
| dart_generator.py | 2 # Use of this source code is governed by a BSD-style license that can be 8 from code import Code 17 // for details. All rights reserved. Use of this source code is governed by a 39 # Build a dictionary of Type Name --> Custom Dart code. 55 """Generates a Code object with the .dart for the entire namespace. 57 c = Code() 95 """Given a Type object, returns the Code with the .dart for this 103 c = Code() 183 """Given a Type and Property, returns the Code object for the getter an [all...] |
| /external/chromium_org/v8/src/ |
| debug.h | 6 // * Redistributions of source code must retain the above copyright 119 return static_cast<int>(pc() - debug_info_->code()->entry()); 125 inline Code* code() { return debug_info_->code(); } function in class:v8::internal::BreakLocationIterator 231 // setting break points in the code. 288 // Check whether a code stub with the specified major key is a possible break 290 static bool IsSourceBreakStub(Code* code); 291 static bool IsBreakStub(Code* code) [all...] |
| frames-inl.h | 6 // * Redistributions of source code must retain the above copyright 69 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const { 129 inline Code* StackFrame::LookupCode() const { 134 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) { 135 return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
|
| /external/chromium_org/v8/src/ia32/ |
| deoptimizer-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 48 void Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code) { 49 Isolate* isolate = code->GetIsolate(); 52 // Compute the size of relocation information needed for the code 57 DeoptimizationInputData::cast(code->deoptimization_data()); 77 int reloc_length = code->relocation_info()->length(); 94 code->relocation_info()->GetDataStartAddress(), 111 // Replace relocation information on the code object. 112 code->set_relocation_info(*new_reloc) [all...] |
| ic-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 61 // Generated code falls through if the receiver is a regular non-global 102 // in the dictionary, so code at miss_label must always call a backup 105 // case. The generated code assumes that the receiver has slow 159 // is in the dictionary, so code at miss_label must always call a 162 // that case. The generated code assumes that the receiver has slow [all...] |
| /external/chromium_org/v8/src/x64/ |
| regexp-macro-assembler-x64.h | 6 // * Redistributions of source code must retain the above copyright 34 #include "code.h" 112 static Result Match(Handle<Code> regexp, 119 static Result Execute(Code* code, 128 // If the code object is relocated, the return address is fixed before 131 Code* re_code, 202 // Initial size of code buffer. 228 // The registers containing a self pointer to this code's Code object [all...] |
| ic-x64.cc | 6 // * Redistributions of source code must retain the above copyright 61 // Generated code falls through if the receiver is a regular non-global 106 // The generated code assumes that the receiver has slow properties, 161 // is in the dictionary, so code at miss_label must always call a 164 // in that case. The generated code assumes that the receiver has slow 807 // The generated code does not accept smi keys. 808 // The generated code falls through if both probes miss. 811 Code::Kind kind, 812 Code::ExtraICState extra_state) { 820 Code::Flags flags = Code::ComputeFlags(kind [all...] |
| /external/elfutils/libelf/ |
| gelf_xlate.c | 20 additional right to link the code of Red Hat elfutils with code licensed 23 distribution of source code with any binary distribution and to 24 distribute linked combinations of the two. Non-GPL Code permitted under 25 this exception must only link to the code of Red Hat elfutils through 27 found in the source code files (the "Approved Interfaces"). The files 28 of Non-GPL Code may instantiate templates or use macros or inline 35 License in all respects for all of the Red Hat elfutils code and other 36 code used in conjunction with Red Hat elfutils except the Non-GPL Code [all...] |
| /external/v8/src/arm/ |
| deoptimizer-arm.cc | 6 // * Redistributions of source code must retain the above copyright 53 // Get the optimized code. 54 Code* code = function->code(); 55 Address code_start_address = code->instruction_start(); 58 // code patching below, and is not needed any more. 59 code->InvalidateRelocation(); 64 DeoptimizationInputData::cast(code->deoptimization_data()); 81 ASSERT(call_address + patch_size() <= code->instruction_end()) [all...] |
| /external/v8/src/mips/ |
| deoptimizer-mips.cc | 6 // * Redistributions of source code must retain the above copyright 51 // Get the optimized code. 52 Code* code = function->code(); 53 Address code_start_address = code->instruction_start(); 56 // code patching below, and is not needed any more. 57 code->InvalidateRelocation(); 62 DeoptimizationInputData::cast(code->deoptimization_data()); 79 ASSERT(call_address + patch_size() <= code->instruction_end()) [all...] |
| /external/chromium_org/v8/src/arm/ |
| ic-arm.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 65 // Generated code falls through if the receiver is a regular non-global 118 // The generated code assumes that the receiver has slow properties, 167 // The generated code assumes that the receiver has slow properties, 339 // The generated code does not accept smi keys. 340 // The generated code falls through if both probes miss. 343 Code::Kind kind, 344 Code::ExtraICState extra_state) { 352 Code::Flags flags = Code::ComputeFlags(kind [all...] |
| assembler-arm-inl.h | 8 // - Redistributions of source code must retain the above copyright notice, 33 // The original source code covered by the above license above has been modified 68 if (reg.code() > kDoubleRegZero.code()) { 69 return reg.code() - kNumReservedRegisters; 71 return reg.code(); 77 ASSERT(kScratchDoubleReg.code() - kDoubleRegZero.code() == 79 if (index >= kDoubleRegZero.code()) { 88 // absolute code pointer inside code object moves with the code object [all...] |
| lithium-codegen-arm.h | 6 // * Redistributions of source code must retain the above copyright 132 // Try to generate code for the entire chunk, but it may fail if the 134 // code generation attempt succeeded. 137 // Finish the code by setting stack height, safepoint, and bailout 139 void FinishCode(Handle<Code> code); 141 // Deferred code support. 220 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); } 222 // Code generation passes. Returns true if code generation shoul [all...] |
| /external/chromium_org/v8/src/mips/ |
| ic-mips.cc | 6 // * Redistributions of source code must retain the above copyright 35 #include "code-stubs.h" 62 // Generated code falls through if the receiver is a regular non-global 114 // The generated code assumes that the receiver has slow properties, 167 // The generated code assumes that the receiver has slow properties, 344 // The generated code does not accept smi keys. 345 // The generated code falls through if both probes miss. 348 Code::Kind kind, 349 Code::ExtraICState extra_state) { 357 Code::Flags flags = Code::ComputeFlags(kind [all...] |
| /external/llvm/lib/TableGen/ |
| TGParser.cpp | 24 // Support Code for the Semantic Actions. 373 // Parser Code 669 /// Type ::= CODE // code type 681 case tgtok::Code: Lex.Lex(); return StringRecTy::get(); 809 UnOpInit::UnaryOp Code; 813 default: llvm_unreachable("Unhandled code!"); 816 Code = UnOpInit::CAST; 828 Code = UnOpInit::HEAD; 832 Code = UnOpInit::TAIL [all...] |