| /external/v8/src/crankshaft/x87/ |
| lithium-codegen-x87.h | 2 // Use of this source code is governed by a BSD-style license that can be 108 // Try to generate code for the entire chunk, but it may fail if the 110 // code generation attempt succeeded. 113 // Finish the code by setting stack height, safepoint, and bailout 115 void FinishCode(Handle<Code> code); 117 // Deferred code support. 170 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); } 172 // Code generation passes. Returns true if code generation shoul [all...] |
| /external/v8/src/s390/ |
| code-stubs-s390.h | 2 // Use of this source code is governed by a BSD-style license that can be 73 minor_key_ = ObjectBits::encode(object.code()) | 74 ValueBits::encode(value.code()) | 75 AddressBits::encode(address.code()) | 115 static Mode GetMode(Code* stub) { 144 static void Patch(Code* stub, Mode mode) { 247 void Activate(Code* code) override { 248 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code); variable [all...] |
| /external/v8/src/wasm/ |
| wasm-module.h | 2 // Use of this source code is governed by a BSD-style license that can be 79 uint32_t code_start_offset; // offset in the module bytes of code start. 80 uint32_t code_end_offset; // offset in the module bytes of code end. 197 std::vector<Handle<Code>> function_code; // code objects for each function. 310 Handle<Code> GetFunctionCode(uint32_t index) { 382 // Get the offset of the code of a function within a module. 386 // Assumed to be called with a code object associated to a wasm module instance. 389 WasmInstanceObject* GetOwningWasmInstance(Code* code); [all...] |
| /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/ |
| libcore-dex-2.jar | |
| /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/ |
| libcore-dex-7.1.0_r7.jar | |
| /external/v8/src/debug/ |
| debug.cc | 2 // Use of this source code is governed by a BSD-style license that can be 13 #include "src/code-stubs.h" 113 // the same code offset. Otherwise it's just a break location that we can 194 // Iterate through reloc info stopping at each breakable code target. 241 Handle<Code> target = debug_break_type == DEBUG_BREAK_SLOT_AT_RETURN 258 Handle<AbstractCode> code(AbstractCode::cast(debug_info_->DebugCode())); 259 return BreakLocation(code, GetDebugBreakType(), code_offset(), position_); 355 Handle<AbstractCode> code( 357 return BreakLocation(code, GetDebugBreakType(), code_offset(), position_); 429 // JavaScript source code for the debugger 926 Handle<AbstractCode> code = local [all...] |
| /art/compiler/dex/ |
| dex_to_dex_compiler.cc | 89 Instruction::Code new_opcode, bool is_put); 98 Instruction::Code new_opcode, bool is_range); 119 // If the code item was already quickened previously. 329 // index in the map for normal nops. This should be rare in real code. 400 // Ok, this is a safe cast. Since the "check-cast" instruction size is 2 code 401 // units and a "nop" instruction size is 1 code unit, we need to replace it by 428 Instruction::Code new_opcode, 461 Instruction::Code new_opcode, 535 // If the code item is shared with multiple different method ids, make sure that we quicken only 538 // Avoid quickening the shared code items for now because the existing conflict detection logi [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/ |
| Ip4.h | 77 UINT8 Code;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| Ip4.h | 145 UINT8 Code;
|
| /external/clang/include/clang/Serialization/ |
| ASTWriter.h | 754 uint64_t Emit(unsigned Code, unsigned Abbrev = 0) { 757 Writer->Stream.EmitRecord(Code, *Record, Abbrev); 763 uint64_t EmitStmt(unsigned Code, unsigned Abbrev = 0) { 766 Writer->Stream.EmitRecord(Code, *Record, Abbrev); [all...] |
| /external/clang/include/clang/Tooling/Core/ |
| Replacement.h | 15 // the code is always parseable. 167 /// \brief Applies all replacements in \p Replaces to \p Code. 170 /// replacements are applied successfully, this returns the code with 174 llvm::Expected<std::string> applyAllReplacements(StringRef Code, 177 /// \brief Calculates how a code \p Position is shifted when \p Replaces are 181 /// \brief Calculates how a code \p Position is shifted when \p Replaces are 221 /// in the new code. 237 /// code after applying the first set. Within both 'First' and 'Second',
|
| /external/llvm/lib/MC/ |
| MCObjectStreamer.cpp | 276 SmallString<128> Code; 277 raw_svector_ostream VecOS(Code); 280 IF->getContents().append(Code.begin(), Code.end());
|
| /external/llvm/test/MC/COFF/ |
| cv-def-range.s | 66 .long Lfunc_end0-_g # Code size
|
| /external/lzma/CPP/7zip/Common/ |
| FilterCoder.h | 187 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
|
| /external/lzma/CPP/7zip/Compress/ |
| LzmaEncoder.cpp | 134 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
|
| PpmdDecoder.cpp | 95 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
|
| PpmdEncoder.cpp | 106 HRESULT CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
|
| /external/pdfium/xfa/fwl/ |
| cfwl_edit.h | 2 // Use of this source code is governed by a BSD-style license that can be 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 154 CFWL_EventScroll::Code dwCode,
|
| cfwl_listbox.h | 2 // Use of this source code is governed by a BSD-style license that can be 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 117 CFWL_EventScroll::Code dwCode,
|
| /external/protobuf/src/google/protobuf/util/internal/ |
| field_mask_utility.cc | 9 // * Redistributions of source code must retain the above copyright 47 util::Status CreatePublicError(util::error::Code code, 49 return util::Status(code, message);
|
| /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
| AsmPrinter.h | 200 /// the code generator. 420 const char *Code) const;
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| MCAssembler.h | 160 // object with just the MCInst and a code size, then we should just change 166 /// Code - Binary data for the currently encoded instruction. 167 SmallString<8> Code; 184 SmallVectorImpl<char> &getCode() { return Code; } 185 const SmallVectorImpl<char> &getCode() const { return Code; } 187 unsigned getInstSize() const { return Code.size(); } 690 // FIXME: We really would like this in target specific code rather than
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
| JIT.cpp | 82 // function here so that code generated by the JIT cooperates with the unwinding 89 // library of libgcc for darwin was written. The code for darwin overwrites the 170 // 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"; 289 // Turn the machine code intermediate representation into bytes in memory that 292 report_fatal_error("Target does not support machine code emission!"); 342 // Turn the machine code intermediate representation into bytes in memory 345 report_fatal_error("Target does not support machine code emission!"); 373 // 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. 64 /// code be allocated into the same region of memory, in which case this flag 68 /// 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. 192 // Run the JIT on F and return information about the generated code 201 const Function &F, void *Code, size_t Size [all...] |
| /external/swiftshader/third_party/LLVM/lib/TableGen/ |
| TGLexer.cpp | 231 .Case("code", tgtok::Code) 382 /// LexBracket - We just read '['. If this is a code block, return it, 403 return ReturnError(CodeStart-2, "Unterminated Code Block");
|