| /external/v8/src/ |
| compilation-dependencies.cc | 2 // Use of this source code is governed by a BSD-style license that can be 56 // Get the old dependent code list. 63 // Set the new dependent code list if the head of the list changed. 70 void CompilationDependencies::Commit(Handle<Code> code) { 74 Handle<WeakCell> cell = Code::WeakCellFor(code);
|
| compiler.h | 2 // Use of this source code is governed by a BSD-style license that can be 37 // parameters which then can be executed. If the source code contains other 39 // of the source code or deferred for lazy compilation at a later point. 58 // Prepare a compilation job for unoptimized code. Requires ParseAndAnalyse. 62 // Generate and install code from previously queued compilation job. 125 // Create a shared function info object (the code may be lazily compiled). 134 // The following family of methods provides support for OSR. Code generated 138 // Please note this interface is the only part dealing with {Code} objects 139 // directly. Other methods are agnostic to {Code} and can use an interpreter 140 // instead of generating JIT code for a function at all [all...] |
| safepoint-table.h | 2 // Use of this source code is governed by a BSD-style license that can be 83 explicit SafepointTable(Code* code); 134 Code* code_; 189 // Get the offset of the emitted safepoint table in the code.
|
| source-position.cc | 2 // Use of this source code is governed by a BSD-style license that can be 66 Handle<Code> code) const { 68 DeoptimizationInputData::cast(code->deoptimization_data())); 105 void SourcePosition::Print(std::ostream& out, Code* code) const { 107 DeoptimizationInputData::cast(code->deoptimization_data()); 122 inl.position.Print(out, code);
|
| /external/v8/src/debug/x87/ |
| debug-x87.cc | 2 // Use of this source code is governed by a BSD-style license that can be 42 Handle<Code> code) { 43 DCHECK(code->is_debug_stub()); 47 // Add a label for checking the size of the code used for returning. 50 patcher.masm()->call(code->entry(), RelocInfo::NONE32); 51 // Check that the size of the code generated is as expected. 128 // and code 140 // Get function code. 143 __ lea(ebx, FieldOperand(ebx, Code::kHeaderSize)) [all...] |
| /external/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 74 // absolute code pointer inside code object moves with the code object. 206 Code* RelocInfo::code_age_stub() { 209 return Code::GetCodeFromTargetAddress( 214 void RelocInfo::set_code_age_stub(Code* stub, 235 Object* target_code = Code::GetCodeFromTargetAddress(target); 330 // Verify all Objects referred by code are NOT in new space [all...] |
| /external/v8/src/ppc/ |
| assembler-ppc-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 55 // absolute code pointer inside code object moves with the code object. 100 // by the serializer and expects the address to reside within the code 134 Address Assembler::target_address_at(Address pc, Code* code) { 135 Address constant_pool = code ? code->constant_pool() : NULL 613 Code* code = NULL; local [all...] |
| /external/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 74 // absolute code pointer inside code object moves with the code object. 206 Code* RelocInfo::code_age_stub() { 209 return Code::GetCodeFromTargetAddress( 214 void RelocInfo::set_code_age_stub(Code* stub, 235 Object* target_code = Code::GetCodeFromTargetAddress(target); 330 // Verify all Objects referred by code are NOT in new space [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/ |
| zosarch.go | 0 // Code generated by go tool dist; DO NOT EDIT.
|
| /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/ |
| trie.go | 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. 4 // Use of this source code is governed by a BSD-style
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/ |
| zosarch.go | 0 // Code generated by go tool dist; DO NOT EDIT.
|
| /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
| trie.go | 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. 4 // Use of this source code is governed by a BSD-style
|
| /prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
| inoutlist.swg | 79 %define %_value_input_typemap(code, asval_meth, asval_frag, Type) 107 %typemap(typecheck,noblock=1,precedence=code,fragment=asval_frag) Type *INPUT, Type &INPUT { 117 %define %_ptr_input_typemap(code,asptr_meth,asptr_frag,Type) 138 %typemap(typecheck,noblock=1,precedence=code,fragment=asptr_frag) Type *INPUT, Type &INPUT { 250 %define %value_input_typemap(code,asval_meth, asval_frag, Type...) 251 %_value_input_typemap(%arg(code),%arg(asval_meth),%arg(asval_frag),%arg(Type)) 254 %define %ptr_input_typemap(code,asval_meth,asval_frag,Type...) 255 %_ptr_input_typemap(%arg(code),%arg(asval_meth),%arg(asval_frag),%arg(Type)) 282 %define %typemaps_inout(Code, AsValMeth, FromMeth, AsValFrag, FromFrag, Type...) 283 %_value_input_typemap(%arg(Code), %arg(AsValMeth), [all...] |
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
| eh4.s | 36 .uleb128 0x1 # CIE Code Alignment Factor 67 .uleb128 0x1 # CIE Code Alignment Factor
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
| eh-frame2-n64.d | 41 Code alignment factor: 1 105 Code alignment factor: 1 137 Code alignment factor: 1 164 Code alignment factor: 1
|
| /art/compiler/dex/ |
| verified_method.cc | 62 * Walks over the method code and adds any cast instructions in which 63 * the type cast is implicit to a set, which is used in the code generation 71 const Instruction::Code code = inst.Opcode(); local 72 if (code == Instruction::CHECK_CAST) {
|
| /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
| Ip6Icmp.c | 358 if (Icmp.Head.Code == 0) {
559 @param[in] Code The additional level of the ICMPv6 message.
577 IN UINT8 Code,
664 IcmpHead->Head.Code = Code;
|
| /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/ |
| Tpm2EnhancedAuthorization.c | 57 TPM_CC Code;
272 This command indicates that the authorization will be limited to a specific command code.
275 @param[in] Code The allowed commandCode.
284 IN TPM_CC Code
300 SendBuffer.Code = SwapBytes32 (Code);
|
| /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/ |
| Spi.h | 124 /// EnumSpiOperationOther, and provides TYPE and Code for it in
129 UINT8 Code;
|
| /external/arm-neon-tests/ |
| Init.s | 4 ; Cortex-A8 Dhrystone example - Startup Code 8 AREA CORTEXA8, CODE, READONLY 54 ; Cache Invalidation code for Cortex-A8
|
| /external/clang/lib/Format/ |
| TokenAnalyzer.h | 53 // Code. 55 CreateVirtualEnvironment(StringRef Code, StringRef FileName,
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| 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/llvm/test/MC/COFF/ |
| cv-inline-linetable-infloop.s | 48 .long .Lfunc_end1-infloop # Code size
|
| /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,
|