HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 626 - 650 of 3111) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/opcodes/
xstormy16-asm.c 54 /* The machine-independent code doesn't know how to disambiguate
135 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
141 code = BFD_RELOC_HI16;
147 code = BFD_RELOC_LO16;
150 if (code == BFD_RELOC_NONE)
154 errmsg = cgen_parse_address (cd, strp, opindex, code, &result, &value);
160 if ((code == BFD_RELOC_HI16 || code == BFD_RELOC_LO16)
134 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 37 import com.android.dx.cf.code.ByteCatchList;
38 import com.android.dx.cf.code.BytecodeArray;
39 import com.android.dx.cf.code.LineNumberList;
40 import com.android.dx.cf.code.LocalVariableList;
48 import com.android.dx.rop.code.AccessFlags;
66 /** {@code non-null;} shared instance of this class */
139 return code(cf, offset, length, observer);
192 * Parses an {@code AnnotationDefault} attribute.
208 * Parses a {@code Code} attribute
210 private Attribute code(DirectClassFile cf, int offset, int length, method in class:StdAttributeFactory
242 BytecodeArray code = local
    [all...]
  /abi/cpp/include/
cxxabi.h 7 // 1. Redistributions of source code must retain the above copyright
82 code() const { return CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__class_type_info
94 code() const { return SI_CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__si_class_type_info
147 code() const { return VMI_CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__vmi_class_type_info
  /art/compiler/
common_compiler_test.cc 56 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); local
57 uint32_t code_size = code.size();
76 chunk->insert(chunk->end(), code.begin(), code.end());
86 MakeExecutable(code_ptr, code.size());
89 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code;
92 // No code? You must mean to go into the interpreter.
  /art/compiler/driver/
compiler_driver_test.cc 220 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); local
221 ASSERT_NE(code, nullptr);
224 EXPECT_FALSE(class_linker->IsQuickToInterpreterBridge(code));
226 EXPECT_TRUE(class_linker->IsQuickToInterpreterBridge(code));
277 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); local
278 ASSERT_NE(code, nullptr);
281 EXPECT_FALSE(class_linker->IsQuickToInterpreterBridge(code));
283 EXPECT_TRUE(class_linker->IsQuickToInterpreterBridge(code));
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 84 // Now that we have the actual offset where the code will be placed, locate the ADRP insns
87 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); local
88 uint32_t thunk_offset = compiled_method->AlignCode(quick_code_offset + code.size());
93 if (NeedsErratum843419Thunk(code, patch.LiteralOffset(), patch_offset)) {
143 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code,
147 DCHECK_LE(literal_offset + 4u, code->size());
158 DCHECK_EQ(GetInsn(code, literal_offset) & 0xfc000000u, 0x94000000u);
160 SetInsn(code, literal_offset, insn);
163 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code,
170 uint32_t insn = GetInsn(code, literal_offset)
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 85 const ArrayRef<const uint8_t>& code,
91 code,
115 const auto code = compiled_method->GetQuickCode(); local
116 offset += code.size();
147 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); local
149 patched_code_.assign(code.begin(), code.end());
150 code = ArrayRef<const uint8_t>(patched_code_);
176 out_.WriteFully(&code[0], code.size())
    [all...]
  /art/runtime/
common_throws.cc 407 const DexFile::CodeItem* code = method->GetCodeItem(); local
408 CHECK_LT(throw_dex_pc, code->insns_size_in_code_units_);
409 const Instruction* instr = Instruction::At(&code->insns_[throw_dex_pc]);
571 // Avoid running Java code for exception initialization.
  /bionic/libc/kernel/uapi/linux/
filter.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29 __u16 code; member in struct:sock_filter
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
40 #define BPF_RVAL(code) ((code) & 0x18)
42 #define BPF_MISCOP(code) ((code) & 0xf8)
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]
icmp.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
71 __u8 code; member in struct:icmphdr
    [all...]
if_pppox.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
125 __u8 code; member in struct:pppoe_hdr
    [all...]
igmp.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
26 __u8 code; member in struct:igmphdr
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
60 __u8 code; member in struct:igmpv3_query
    [all...]
v4l2-subdev.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
50 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59 __u32 code; member in struct:v4l2_subdev_frame_size_enum
79 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimatorInflaterTest.java 56 final int code = System.identityHashCode(object); local
57 assertTrue("object should be unique " + msg + ", obj:" + object, identityHashes.add(code));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpec;
20 import com.android.dexgen.rop.code.RegisterSpecList;
21 import com.android.dexgen.rop.code.SourcePosition;
32 * {@code -1} if not
39 /** {@code non-null;} source position */
42 /** {@code non-null;} list of register arguments */
48 * @param position {@code non-null;} source position information
49 * @param dest {@code non-null;} destination register
50 * @param src {@code non-null;} source registe
    [all...]
DalvInsnList.java 17 package com.android.dexgen.dex.code;
39 * code block. This may be greater than the largest observed register+
40 * category because the method this code block exists in may
49 * @param list {@code non-null;} the list to use for elements
51 * this code block requires.
52 * @return {@code non-null;} an appropriately-constructed instance of this
69 * Constructs an instance. All indices initially contain {@code null}.
81 * do that, this will throw {@code NullPointerException}.
83 * @param n {@code >= 0, < size();} which index
84 * @return {@code non-null;} element at that inde
    [all...]
InsnFormat.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
31 * streams of code words, as well as human-oriented listing strings
40 * @param insn {@code non-null;} the instruction
43 * @return {@code non-null;} the string form
69 * has no arguments, then the result should be {@code ""}, not
70 * {@code null}.
74 * @param insn {@code non-null;} the instruction
75 * @return {@code non-null;} the string form
82 * has no comment, then the result should be {@code ""}, no
    [all...]
StdCatchBuilder.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.BasicBlock;
20 import com.android.dexgen.rop.code.BasicBlockList;
21 import com.android.dexgen.rop.code.RopMethod;
35 /** the maximum range of a single catch handler, in code units */
38 /** {@code non-null;} method to build the list for */
41 /** {@code non-null;} block output order */
44 /** {@code non-null;} address objects for each block */
51 * @param method {@code non-null;} method to build the list for
52 * @param order {@code non-null;} block output orde
    [all...]
SwitchData.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
32 * {@code non-null;} address representing the instruction that uses this
37 /** {@code non-null;} sorted list of switch cases (keys) */
41 * {@code non-null;} corresponding list of code addresses; the branch
51 * unknown ({@code -1}).
53 * @param position {@code non-null;} source position
54 * @param user {@code non-null;} address representing the instruction tha
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 19 import com.android.dexgen.dex.code.CatchHandlerList;
20 import com.android.dexgen.dex.code.CatchTable;
21 import com.android.dexgen.dex.code.DalvCode;
34 * handler address) for a particular piece of code. Instances of this
35 * class correspond to a {@code try_item[]} and a
36 * {@code catch_handler_item[]}.
40 * the size of a {@code try_item}: a {@code uint}
41 * and two {@code ushort}s
45 /** {@code non-null;} code that contains the catches *
46 private final DalvCode code; field in class:CatchStructs
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
AccessFlags.java 17 package com.android.dexgen.rop.code;
26 * identical to Java access flags, but {@code ACC_SUPER} isn't
27 * used at all in translated code, and {@code ACC_SYNCHRONIZED}
47 * synchronized method; only valid in dex files for {@code native}
53 * class with new-style {@code invokespecial} for superclass
80 * method with strict floating point ({@code strictfp})
101 * method was declared {@code synchronized}; has no effect on
150 * @return {@code non-null;} human-oriented string
161 * @return {@code non-null;} human-oriented strin
    [all...]
BasicBlockList.java 17 package com.android.dexgen.rop.code;
30 * {@code >= -1;} the count of registers required by this method or
31 * {@code -1} if not yet calculated
36 * Constructs an instance. All indices initially contain {@code null},
37 * and the first-block label is initially {@code -1}.
48 * Constructs a mutable copy for {@code getMutableCopy()}.
61 * do that, this will throw {@code NullPointerException}.
63 * @param n {@code >= 0, < size();} which index
64 * @return {@code non-null;} element at that index
73 * @param n {@code >= 0, < size();} which inde
    [all...]
Insn.java 17 package com.android.dexgen.rop.code;
33 /** {@code non-null;} opcode */
36 /** {@code non-null;} source position */
39 /** {@code null-ok;} spec for the result of this instruction, if any */
42 /** {@code non-null;} specs for all the sources of this instruction */
48 * @param opcode {@code non-null;} the opcode
49 * @param position {@code non-null;} source position
50 * @param result {@code null-ok;} spec for the result, if any
51 * @param sources {@code non-null;} specs for all the sources
77 * {@code x.equals(y)} is only true if {@code x == y}
    [all...]
LocalVariableExtractor.java 17 package com.android.dexgen.rop.code;
23 * Code to figure out which local variables are active at which points in
27 /** {@code non-null;} method being extracted from */
30 /** {@code non-null;} block list for the method */
33 /** {@code non-null;} result in-progress */
36 /** {@code non-null;} work set indicating blocks needing to be processed */
42 * @param method {@code non-null;} the method to extract from
43 * @return {@code non-null;} the extracted information
53 * @param method {@code non-null;} the method to extract from
72 * @return {@code non-null;} the extracted informatio
    [all...]
RegisterSpecSet.java 17 package com.android.dexgen.rop.code;
28 /** {@code non-null;} no-element instance */
32 * {@code non-null;} array of register specs, where each element is
33 * {@code null} or is an instance whose {@code reg}
38 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */
44 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that
130 * @return {@code >= 0;} the maximum size
139 * @return {@code >= 0;} the siz
    [all...]

Completed in 1191 milliseconds

<<21222324252627282930>>