/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 265 // Clobber clobbered input registers when running with the debug-code flag 309 // Clobber clobbered input registers when running with the debug-code flag 368 // Clobber clobbered input registers when running with the debug-code flag 429 // Clobber clobbered registers when running with the debug-code flag 586 // it's an Infinity, and the non-NaN code path applies. 646 Handle<Code> success, 799 // Reserve room for entry stack pointer and push the code object. 910 // Adjust this code if not the case. 922 // ebp. We expect the code throwing an exception to check ebp befor [all...] |
assembler-ia32.cc | 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 211 // code object moves. 217 // Patch the code at the current address with the supplied instructions. 222 // Indicate that code has changed. 227 // Patch the code at the current PC with a call to the target address. 234 // Create a code patcher. 237 // Add a label for checking the size of the code used for returning. 243 // Patch the code. 246 // Check that the size of the code generated is as expected 2269 XMMRegister code = XMMRegister::from_code(level); local [all...] |
lithium-codegen-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 34 #include "code-stubs.h" 82 // MANUAL indicates that the scope shouldn't actually generate code to set up 101 void LCodeGen::FinishCode(Handle<Code> code) { 103 code->set_stack_slots(GetStackSlotCount()); 104 code->set_safepoint_table_offset(safepoints_.GetCodeOffset()); 106 RegisterDependentCodeForEmbeddedMaps(code); 108 PopulateDeoptimizationData(code); 110 Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(code); 426 LDeferredCode* code = deferred_[i]; local [all...] |
/external/chromium_org/v8/src/ |
spaces.cc | 6 // * Redistributions of source code must retain the above copyright 205 // Code range is full or too fragmented. 321 // Code which is part of the code-range does not have its own VirtualMemory. 632 // Allocate executable memory either from code range or from the 849 // We are guarding code pages: the first OS page after the header 861 // We are guarding code pages: the first OS page after the header 868 // We are guarding code pages: the last OS page will be protected as 2791 Code* code = Code::cast(obj); local 3186 Code* code = Code::cast(obj); local [all...] |
/external/chromium_org/v8/test/mjsunit/tools/ |
codemap.js | 6 // * Redistributions of source code must retain the above copyright 143 // Code entries with same names but different addresses. 144 codeMap.addCode(0x1500, newCodeEntry(0x200, 'code')); 145 codeMap.addCode(0x1700, newCodeEntry(0x100, 'code')); 146 assertEntry(codeMap, 'code', 0x1500); 147 assertEntry(codeMap, 'code {1}', 0x1700); 149 assertEntry(codeMap, 'code', 0x1500); 150 assertEntry(codeMap, 'code {1}', 0x1700);
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
md5-2.js | 7 // 1. Redistributions of source code must retain the above copyright 31 * Code also contributed by Greg Holt
|
/external/chromium_org/v8/tools/ |
tickprocessor.js | 6 // * Redistributions of source code must retain the above copyright 61 * Parser for dynamic code optimization state. 69 throw new Error("unknown code state: " + s); 75 'code-creation': { 78 'code-move': { parsers: [parseInt, parseInt], 80 'code-delete': { parsers: [parseInt], 93 print('Snapshot: Code move event for unknown code: 0x' + 97 print('Snapshot: Code delete event for unknown code: 0x' [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 19 import com.android.dx.rop.code.BasicBlockList; 20 import com.android.dx.rop.code.Insn; 21 import com.android.dx.rop.code.PlainCstInsn; 22 import com.android.dx.rop.code.PlainInsn; 23 import com.android.dx.rop.code.RegisterSpecList; 24 import com.android.dx.rop.code.Rop; 25 import static com.android.dx.rop.code.Rop.BRANCH_GOTO; 26 import static com.android.dx.rop.code.Rop.BRANCH_NONE; 27 import static com.android.dx.rop.code.Rop.BRANCH_RETURN; 28 import com.android.dx.rop.code.Rops [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 2 * Code Generation 100 (* Emit the start code first, without 'variable' in scope. *) 156 (* Any new code will be inserted in after_bb. *) 216 (* Validate the generated code, checking for consistency. *)
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | 97 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, 100 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) 108 static Value *getFCmpValue(bool isordered, unsigned code, 112 switch (code) { 113 default: llvm_unreachable("Illegal FCmp code!"); 275 "Lo is not <= Hi in range emission code!"); 711 unsigned Code = getICmpCode(LHS) & getICmpCode(RHS); 713 return getNewICmpValue(isSigned, Code, Op0, Op1, Builder); [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcherEmitter.cpp | 10 // This file contains code to generate C++ code for a matcher. 28 // To reduce generated source code size. 162 // We need to encode the child and the offset of the failure code before 297 // We need to encode the opcode and the offset of the case code before 298 // emitting the case code. Handle this by buffering the output into a 624 // Emit the predicate code corresponding to this pattern. 627 assert(!PredFn.isAlwaysTrue() && "No code in this predicate"); 690 const std::string &Code = Entry.second; 703 OS << Code << "\n }\n" [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | 616 RINOK(encoder->Code(inStream, outStream, 0, 0, progressInfo[0]));
647 RINOK(decoder->Code(inStream, crcOutStream, 0, &outSize, progressInfo[decoderIndex]));
|
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaDecoder.cs | 230 public void Code(System.IO.Stream inStream, System.IO.Stream outStream,
|
/external/oprofile/events/i386/atom/ |
events | 69 event:0xC3 counters:0,1 um:one minimum:6000 name:MACHINE_CLEARS : Self-Modifying Code detected
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
CodeItem.java | 9 * 1. Redistributions of source code must retain the above copyright 31 import org.jf.dexlib.Code.Format.*; 32 import org.jf.dexlib.Code.*; 52 * Creates a new uninitialized <code>CodeItem</code> 53 * @param dexFile The <code>DexFile</code> that this item belongs to 60 * Creates a new <code>CodeItem</code> with the given values. 61 * @param dexFile The <code>DexFile</code> that this item belongs t [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 187 // Clobber clobbered input registers when running with the debug-code flag 231 // Clobber clobbered input registers when running with the debug-code flag 293 // Clobber clobbered registers when running with the debug-code flag 457 // it's an Infinity, and the non-NaN code path applies. 537 Handle<Code> success, 636 Check(not_equal, "code object not properly patched"); 659 // Reserve room for entry stack pointer and push the code object. 769 // Adjust this code if not the case. 781 // ebp. We expect the code throwing an exception to check ebp befor [all...] |
assembler-ia32.cc | 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 179 // code object moves. 185 // Patch the code at the current address with the supplied instructions. 190 // Indicate that code has changed. 195 // Patch the code at the current PC with a call to the target address. 202 // Create a code patcher. 205 // Add a label for checking the size of the code used for returning. 211 // Patch the code. 214 // Check that the size of the code generated is as expected 2175 XMMRegister code = { level }; \/\/ Emit hint number in Reg position of RegR\/M. local [all...] |
/external/v8/src/ |
objects-debug.cc | 6 // * Redistributions of source code must retain the above copyright 129 Code::cast(this)->CodeVerify(); 475 CHECK(code()->IsCode()); 549 void Code::CodeVerify() { 612 // Smi : Not compiled yet (-1) or code prepared for flushing. 614 // Code/ByteArray: Compiled code. 764 VerifyPointer(code());
|
objects-printer.cc | 6 // * Redistributions of source code must retain the above copyright 158 Code::cast(this)->CodePrint(out); 315 // Don't call GetElementsKind, its validation code can cause the printer to 429 // Don't call GetElementsKind, its validation code can cause the printer to 489 case CODE_TYPE: return "CODE"; 738 PrintF(out, "\n - code = "); 739 code()->ShortPrint(out); 756 PrintF(out, "\n - code = "); 757 code()->ShortPrint(out); 758 PrintF(out, "\n - source code = ") [all...] |
/external/v8/test/mjsunit/tools/ |
codemap.js | 6 // * Redistributions of source code must retain the above copyright 143 // Code entries with same names but different addresses. 144 codeMap.addCode(0x1500, newCodeEntry(0x200, 'code')); 145 codeMap.addCode(0x1700, newCodeEntry(0x100, 'code')); 146 assertEntry(codeMap, 'code', 0x1500); 147 assertEntry(codeMap, 'code {1}', 0x1700); 149 assertEntry(codeMap, 'code', 0x1500); 150 assertEntry(codeMap, 'code {1}', 0x1700);
|
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.cc | 6 // * Redistributions of source code must retain the above copyright 96 // Safe code. 115 // Safe code. 135 // Safe code. 311 // The compiled code assumes that record write doesn't change the 343 // Clobber clobbered input registers when running with the debug-code flag 377 // Clobber clobbered input registers when running with the debug-code flag 392 // The compiled code assumes that record write doesn't change the 443 // Clobber clobbered registers when running with the debug-code flag 537 // We don't actually want to generate a pile of code for this, so jus [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | 6 // * Redistributions of source code must retain the above copyright 87 // Safe code. 106 // Safe code. 126 // Safe code. 288 // The compiled code assumes that record write doesn't change the 320 // Clobber clobbered input registers when running with the debug-code flag 354 // Clobber clobbered input registers when running with the debug-code flag 369 // The compiled code assumes that record write doesn't change the 422 // Clobber clobbered registers when running with the debug-code flag 515 // We don't actually want to generate a pile of code for this, so jus [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 511 bool BitcodeReader::ParseAttrKind(uint64_t Code, Attribute::AttrKind *Kind) { 512 switch (Code) { 624 fmt << "Unknown attribute kind (" << Code << ")"; [all...] |
/external/chromium_org/v8/test/cctest/ |
test-debug.cc | 6 // * Redistributions of source code must retain the above copyright 52 using ::v8::internal::Code; 99 // Helper function used by the CHECK function when given code 103 const Code* expected, 105 const Code* value) { 116 const Code* expected, 118 const Code* value) { 424 static Handle<Code> ComputeCallDebugBreak(int argc) { 426 Code::CALL_IC); 447 // If deep check of functions is requested check that no debug break code [all...] |
/external/v8/test/cctest/ |
test-debug.cc | 6 // * Redistributions of source code must retain the above copyright 50 using ::v8::internal::Code; 97 // Helper function used by the CHECK function when given code 101 const Code* expected, 103 const Code* value) { 114 const Code* expected, 116 const Code* value) { 411 static Handle<Code> ComputeCallDebugBreak(int argc) { 413 Code::CALL_IC); 434 // If deep check of functions is requested check that no debug break code [all...] |