/external/chromium_org/v8/src/ia32/ |
regexp-macro-assembler-ia32.h | 6 // * Redistributions of source code must retain the above copyright 109 // If the code object is relocated, the return address is fixed before 112 Code* re_code, 145 // Initial size of code buffer. 178 // Call and return internally in the generated code in a way that 179 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack) 200 // Which mode to generate code for (ASCII or UC16).
|
/external/chromium_org/v8/src/mips/ |
regexp-macro-assembler-mips.h | 6 // * Redistributions of source code must retain the above copyright 35 #include "code.h" 114 // If the code object is relocated, the return address is fixed before 117 Code* re_code, 140 // Register parameters stored by setup code. 152 // Initial size of code buffer. 190 // Register holding pointer to the current code object. 203 // Call and return internally in the generated code in a way that 204 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack) 232 // Which mode to generate code for (ASCII or UC16) [all...] |
/external/chromium_org/v8/src/ |
string-stream.h | 6 // * Redistributions of source code must retain the above copyright 162 // NOTE: Returns the code in the output parameter. 163 void PrintFunction(Object* function, Object* receiver, Code** code);
|
full-codegen.cc | 6 // * Redistributions of source code must retain the above copyright 333 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION); 334 Handle<Code> code = CodeGenerator::MakeCodeEpilogue(&masm, flags, info); local 335 code->set_optimizable(info->IsOptimizable() && 338 cgen.PopulateDeoptimizationData(code); 339 cgen.PopulateTypeFeedbackInfo(code); 340 cgen.PopulateTypeFeedbackCells(code); [all...] |
regexp-macro-assembler.cc | 6 // * Redistributions of source code must retain the above copyright 58 #ifndef V8_INTERPRETED_REGEXP // Avoid unused code, e.g., on ARM. 104 Handle<Code> regexp_code, 158 Code* code, 172 int result = CALL_GENERATED_REGEXP_CODE(code->entry(), 185 // We detected a stack overflow (on the backtrack stack) in RegExp code, 245 // A GC might move the calling generated code and invalidate the
|
/external/chromium_org/v8/test/cctest/ |
test-heap.cc | 6 // * Redistributions of source code must retain the above copyright 120 Object* code = heap->CreateCode( local 122 Code::ComputeFlags(Code::STUB), 123 Handle<Code>())->ToObjectChecked(); 124 CHECK(code->IsCode()); 126 HeapObject* obj = HeapObject::cast(code); 131 CHECK_EQ(code, found); 136 Code::ComputeFlags(Code::STUB) 3044 Handle<Code> code; local [all...] |
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 192 void reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) { 194 *error = code; 326 unsigned Code = Stream.ReadCode(); 330 if (Code == llvm::bitc::ENTER_SUBBLOCK) { 347 switch ((llvm::bitc::FixedAbbrevIDs)Code) { 370 blockOrRecordID = Code;
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 83 // function here so that code generated by the JIT cooperates with the unwinding 90 // library of libgcc for darwin was written. The code for darwin overwrites the 171 // object may be impossible: since darwin code in libgcc was written after 217 // If the target supports JIT code generation, create the JIT. 222 *ErrorStr = "target does not support JIT code generation"; 290 // Turn the machine code intermediate representation into bytes in memory that 293 report_fatal_error("Target does not support machine code emission!"); 344 // Turn the machine code intermediate representation into bytes in memory 347 report_fatal_error("Target does not support machine code emission!"); 375 // Turn the machine code intermediate representation into bytes in memor [all...] |
JIT.h | 35 /// PendingFunctions - Functions which have not been code generated yet, but 36 /// were called from a function being code generated. 65 /// code be allocated into the same region of memory, in which case this flag 69 /// True while the JIT is generating code. Used to assert against recursive 122 /// useful for resolving library symbols, not code generated symbols. 157 /// code-gen'd, return a pointer to the function. If not, compile it, or use 170 /// freeMachineCodeForFunction - deallocate memory used to code-generate this 181 /// getCodeEmitter - Return the code emitter this JIT is emitting into. 191 // Run the JIT on F and return information about the generated code 200 const Function &F, void *Code, size_t Size [all...] |
/external/llvm/lib/TableGen/ |
TGLexer.cpp | 272 .Case("code", tgtok::Code) 432 /// LexBracket - We just read '['. If this is a code block, return it, 453 return ReturnError(CodeStart-2, "Unterminated Code Block");
|
/external/lzma/CPP/7zip/Compress/ |
LzmaEncoder.cpp | 132 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
|
Bcj2Coder.cpp | 253 STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
373 STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
|
/external/v8/src/arm/ |
regexp-macro-assembler-arm.h | 6 // * Redistributions of source code must retain the above copyright 114 // If the code object is relocated, the return address is fixed before 117 Code* re_code, 137 // Register parameters stored by setup code. 149 // Initial size of code buffer. 192 // Register holding pointer to the current code object. 202 // Call and return internally in the generated code in a way that 203 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack) 227 // Which mode to generate code for (ASCII or UC16).
|
/external/v8/src/ |
assembler.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 163 // code which are of interest when making stack traces to pin-point the source 189 CODE_TARGET, // Code target which is not any of the above. 191 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor. 192 CODE_TARGET_CONTEXT, // Code target used for contextual loads and stores. 193 DEBUG_BREAK, // Code target for the debugger statement. 199 JS_RETURN, // Marks start of the ExitJSFrame code. 203 DEBUG_BREAK_SLOT, // Additional code inserted for debug break slot. 220 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host [all...] |
full-codegen.h | 6 // * Redistributions of source code must retain the above copyright 35 #include "code-stubs.h" 46 // when the code is compiled by the full compiler in the debugger. This means 47 // that there will be an IC (load/store/call) in the code generated for the 71 // Full code generator. 142 // return and give it a chance to generate cleanup code. Return the 286 // Type of a member function that generates inline code for a native function. 343 // variable. May emit code to traverse the context chain, loading the 385 // has been matched and all code generated; false otherwise. 388 // Platform-specific code for comparing the type of a value wit [all...] |
string-stream.h | 6 // * Redistributions of source code must retain the above copyright 156 // NOTE: Returns the code in the output parameter. 157 void PrintFunction(Object* function, Object* receiver, Code** code);
|
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.h | 6 // * Redistributions of source code must retain the above copyright 112 // If the code object is relocated, the return address is fixed before 115 Code* re_code, 143 // Initial size of code buffer. 176 // Call and return internally in the generated code in a way that 177 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack) 196 // Which mode to generate code for (ASCII or UC16).
|
/external/v8/src/mips/ |
regexp-macro-assembler-mips.h | 6 // * Redistributions of source code must retain the above copyright 35 #include "code.h" 116 // If the code object is relocated, the return address is fixed before 119 Code* re_code, 141 // Register parameters stored by setup code. 153 // Initial size of code buffer. 191 // Register holding pointer to the current code object. 204 // Call and return internally in the generated code in a way that 205 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack) 232 // Which mode to generate code for (ASCII or UC16) [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 22 import com.android.dex.Code; 135 codeOut = dexOut.appendSection(writerSizes.code, "code"); 657 * Reads a class_def_item beginning at {@code in} and writes the index and 815 private void transformCode(Dex in, Code code, IndexMap indexMap) { 819 codeOut.writeUnsignedShort(code.getRegistersSize()); 820 codeOut.writeUnsignedShort(code.getInsSize()); 821 codeOut.writeUnsignedShort(code.getOutsSize()); 823 Code.Try[] tries = code.getTries() 1009 private int code; field in class:DexMerger.WriterSizes [all...] |
/external/chromium_org/tools/page_cycler/webpagereplay/tests/ |
2012Q3.js | 2 // Use of this source code is governed by a BSD-style license that can be 15 ["http://cruises.orbitz.com/results.do?wdos=3&places=ALL&days=ALL&Month=ALL&dd=ALL&d=NaN%2FNaN%2FNaN&d2=NaN%2FNaN%2FNaN&fd=2&shoppingZipCode=Zip+Code&Search.x=29&Search.y=6&Search=Search&c=ALL&v=ALL&porttype=E&SType=P&ptype=c&type=c&p=ALL&SType=A&clp=1&sort=7&IncludeSeniorRates=false&IncludeAlumniRates=false&AlumniCruiseId=false",
|
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.h | 6 // * Redistributions of source code must retain the above copyright 38 // Default scratch register used by MacroAssembler (and other code that needs 97 // May emit code to set up the scratch register. The operand is 105 // Special case code for load and store to take advantage of 115 // Returns the size of the code generated by LoadAddress. 158 void RememberedSetHelper(Register object, // Used for debug code. 327 // explicit first parameter to make the code more readable at the 331 // Invoke the JavaScript function code by either calling or jumping. 332 void InvokeCode(Register code, 339 void InvokeCode(Handle<Code> code [all...] |
/external/clang/lib/Tooling/ |
Refactoring.cpp | 140 std::string applyAllReplacements(StringRef Code, const Replacements &Replaces) { 149 llvm::MemoryBuffer *Buf = llvm::MemoryBuffer::getMemBuffer(Code, "<stdin>"); 217 // FIXME: This code is copied from the FixItRewriter.cpp - I think it should
|
/external/llvm/include/llvm/Support/ |
ErrorOr.h | 104 /// \code 124 /// \code 509 operator ==(ErrorOr<T> &Err, E Code) { 510 return error_code(Err) == Code;
|
/external/llvm/lib/Support/ |
Dwarf.cpp | [all...] |
/external/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 33 // Returns the name of the unwind code. 34 static StringRef getUnwindCodeTypeName(uint8_t Code) { 35 switch(Code) { 36 default: llvm_unreachable("Invalid unwind code"); 72 // Calculates the number of array slots required for the unwind code. 75 default: llvm_unreachable("Invalid unwind code"); 92 // Prints one unwind code. Because an unwind code can occupy up to 3 slots in 137 << " error code";
|