| /external/dexmaker/src/main/java/com/google/dexmaker/ |
| Label.java | 19 import com.android.dx.rop.code.BasicBlock; 20 import com.android.dx.rop.code.Insn; 21 import com.android.dx.rop.code.InsnList; 34 Code code; field in class:Label
|
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| DWARFAbbreviationDeclaration.h | 31 dw_uleb128_t Code() const { return m_code; } 32 void SetCode(dw_uleb128_t code) { m_code = code; } 67 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code);
|
| /external/llvm/lib/TableGen/ |
| TGLexer.h | 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, 112 /// LexToken - Read the next token and return its code.
|
| /external/llvm/test/MC/ELF/ |
| discriminator.s | 31 .byte 1 # Abbreviation Code
|
| /external/lzma/C/ |
| MtCoder.h | 69 SRes (*Code)(void *p, unsigned index, Byte *dest, size_t *destSize,
|
| /external/lzma/CPP/7zip/Compress/ |
| LzmaDecoder.h | 57 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
|
| /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 71 struct Code { 80 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 40 # Build a dictionary of Type Name --> Custom Dart code. 56 """Generates a Code object with the .dart for the entire namespace. 58 c = Code() 96 """Given a Type object, returns the Code with the .dart for this 104 c = Code() 184 """Given a Type and Property, returns the Code object for the getter an [all...] |
| /external/chromium_org/v8/src/ |
| frames-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 50 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const { 110 inline Code* StackFrame::LookupCode() const { 115 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) { 116 return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
|
| liveedit.h | 2 // Use of this source code is governed by a BSD-style license that can be 17 // A single change always has a form of a simple replacement (in pseudo-code): 22 // expectations (or number of parameters). If it didn't, function's code is 23 // patched with a newly compiled code. If it did change, enclosing function 25 // to them in a new script version. However, new version of code will 41 // in order to analyze whether function code maybe safely patched (with new 42 // code successfully reading existing data from function scopes). The Tracker 50 void RecordRootFunctionInfo(Handle<Code> code); 106 // In a code of a parent function replaces original function as embedde [all...] |
| factory.cc | 2 // Use of this source code is governed by a BSD-style license that can be 384 Handle<String> Factory::LookupSingleCharacterStringFromCode(uint32_t code) { 385 if (code <= String::kMaxOneByteCharCodeU) { 388 Object* value = single_character_string_cache()->get(code); 394 buffer[0] = static_cast<uint8_t>(code); 397 single_character_string_cache()->set(code, *result); 400 ASSERT(code <= String::kMaxUtf16CodeUnitU); 403 result->SeqTwoByteStringSet(0, static_cast<uint16_t>(code)); 489 // can't use the fast case code for short ASCII strings below, but 1379 Code* code = info->GetCodeFromOptimizedCodeMap(index); local 1448 Handle<Code> code = NewCodeRaw(obj_size, immovable); local 1960 Handle<Code> code; local 2114 Handle<Code> code = isolate()->builtins()->HandleApiCall(); local [all...] |
| cpu-profiler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 117 // processed, proceed to the next code event. 198 Code* code, 203 rec->start = code->address(); 205 rec->size = code->ExecutableSize(); 212 Code* code, 217 rec->start = code->address(); 219 rec->size = code->ExecutableSize() [all...] |
| deoptimizer.cc | 2 // Use of this source code is governed by a BSD-style license that can be 25 // so code pages don't need PROT_EXEC. 60 Code* Deoptimizer::FindDeoptimizingCode(Address addr) { 62 // Search all deoptimizing code in the native context of the function. 66 Code* code = Code::cast(element); local 67 CHECK(code->kind() == Code::OPTIMIZED_FUNCTION); 68 if (code->contains(addr)) return code 145 Code* code = frame->LookupCode(); local 311 Code* code = function->code(); local 343 Code* code = it.frame()->LookupCode(); local 374 Code* code = Code::cast(element); local 478 Code* code = Code::cast(element); local 487 Code* code = function->code(); local 723 Code* code = Code::cast(element); local 3559 Code* code = Code::cast(deoptimizer->isolate()->FindCodeObject(pc)); local [all...] |
| /external/chromium_org/v8/src/x64/ |
| regexp-macro-assembler-x64.h | 2 // Use of this source code is governed by a BSD-style license that can be 11 #include "src/code.h" 89 static Result Match(Handle<Code> regexp, 96 static Result Execute(Code* code, 105 // If the code object is relocated, the return address is fixed before 108 Code* re_code, 180 // Initial size of code buffer. 206 // The registers containing a self pointer to this code's Code object [all...] |
| /external/elfutils/0.153/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/chromium_org/v8/src/arm/ |
| lithium-codegen-arm.h | 2 // Use of this source code is governed by a BSD-style license that can be 93 // Try to generate code for the entire chunk, but it may fail if the 95 // code generation attempt succeeded. 98 // Finish the code by setting stack height, safepoint, and bailout 100 void FinishCode(Handle<Code> code); 102 // Deferred code support. 165 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); } 170 // Code generation passes. Returns true if code generation shoul [all...] |
| /external/chromium_org/v8/src/mips/ |
| assembler-mips-inl.h | 9 // - Redistributions of source code must retain the above copyright notice, 32 // The original source code covered by the above license above has been 103 ASSERT(reg.code() % 2 == 0); 104 ASSERT(reg.code() / 2 < kMaxNumAllocatableRegisters); 108 return (reg.code() / 2); 125 // Absolute code pointer inside code object moves with the code object. 181 Object* target_code = Code::GetCodeFromTargetAddress(target); 281 Code* RelocInfo::code_age_stub() [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| AsmPrinterInlineAsm.cpp | 128 // made by the parser will be seen by the code emitters because it passes 135 // emit code to return to the original state it can do so in 183 OS << '\n'; // Indent code with newline. 281 OS << '\n'; // Indent code with newline. 502 const char *Code) const { 504 if (!strcmp(Code, "private")) { 506 } else if (!strcmp(Code, "comment")) { 508 } else if (!strcmp(Code, "uid")) { 522 Msg << "Unknown special formatter '" << Code
|
| /external/chromium_org/v8/src/ia32/ |
| assembler-ia32-inl.h | 8 // - Redistributions of source code must retain the above copyright notice, 31 // The original source code covered by the above license above has been 81 // absolute code pointer inside code object moves with the code object. 121 Object* target_code = Code::GetCodeFromTargetAddress(target); 218 Code* RelocInfo::code_age_stub() { 221 return Code::GetCodeFromTargetAddress( 226 void RelocInfo::set_code_age_stub(Code* stub, 247 Object* target_code = Code::GetCodeFromTargetAddress(target) [all...] |
| /external/chromium_org/v8/src/x87/ |
| assembler-x87-inl.h | 8 // - Redistributions of source code must retain the above copyright notice, 31 // The original source code covered by the above license above has been 81 // absolute code pointer inside code object moves with the code object. 122 Object* target_code = Code::GetCodeFromTargetAddress(target); 219 Code* RelocInfo::code_age_stub() { 222 return Code::GetCodeFromTargetAddress( 227 void RelocInfo::set_code_age_stub(Code* stub, 248 Object* target_code = Code::GetCodeFromTargetAddress(target) [all...] |
| /external/llvm/lib/MC/MCParser/ |
| COFFAsmParser.cpp | 161 Code = 1 << 1, 203 if ((SecFlags & Code) == 0) 222 SecFlags |= Code; 243 if (SecFlags & Code) 687 bool Code = false; 693 if (CodeID != "code") 694 return Error(startLoc, "expected @code"); 695 Code = true; 703 getStreamer().EmitWinCFIPushFrame(Code); 741 // violation so this validation code is disabled [all...] |
| /external/llvm/lib/MC/ |
| MCAsmStreamer.cpp | 224 void EmitWinCFIPushFrame(bool Code) override; 692 assert(Directive && "Invalid size for machine code value!"); 757 llvm_unreachable("Invalid size for machine code value!"); 790 default: llvm_unreachable("Invalid size for machine code value!"); [all...] |
| /external/chromium_org/v8/tools/ |
| profile.js | 6 // * Redistributions of source code must retain the above copyright 55 * code entries. 67 * Enum for code state regarding its dynamic optimization. 85 * @param {number} addr Address of the unknown code. 98 * @param {string} name Code entry name. 112 * Registers statically compiled code entry. 114 * @param {string} name Code entry name. 128 * Registers dynamic (JIT-compiled) code entry. 130 * @param {string} type Code entry type. 131 * @param {string} name Code entry name [all...] |
| codemap.js | 6 // * Redistributions of source code must retain the above copyright 30 * Constructs a mapper that maps addresses into code entries. 36 * Dynamic code entries. Used for JIT compiled code. 46 * Static code entries. Used for statically compiled code. 51 * Libraries entries. Used for the whole static code libraries. 56 * Map of memory pages occupied with static code. 76 * Adds a dynamic (i.e. moveable and discardable) code entry. 79 * @param {CodeMap.CodeEntry} codeEntry Code entry object [all...] |
| ll_prof.py | 8 # * Redistributions of source code must retain the above copyright 84 class Code(object): 85 """Code object.""" 94 self.id = Code._id 95 Code._id += 1 106 self.codetype = Code.OPTIMIZED 108 self.codetype = Code.FULL_CODEGEN 110 self.codetype = Code.V8INTERNAL 112 self.codetype = Code.UNKNOWN 208 """Group of adjacent code objects."" [all...] |