|   /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  | 145 OatFile::OatMethod CommonCompilerTest::CreateOatMethod(const void* code) { 146   CHECK(code != nullptr); 147   const byte* base = reinterpret_cast<const byte*>(code);  // Base of data points at code. 165     const SwapVector<uint8_t>* code = compiled_method->GetQuickCode();  local  167     if (code != nullptr) { 168       uint32_t code_size = code->size(); 197       chunk->insert(chunk->end(), code->begin(), code->end()); 201       code = compiled_method->GetPortableCode()     [all...] | 
| elf_writer_mclinker.cc  | 185   // code like .oat does.  We need to control section layout with 259   // Check if we've seen this compiled code before. If so skip 260   // it. This can happen for reused code such as invoke stubs. 268   // Add input to supply code for symbol 269   const std::vector<uint8_t>* code = compiled_code.GetPortableCode();  local  273                                                    const_cast<uint8_t*>(&(*code)[0]), 274                                                    code->size());
  | 
|   /art/runtime/ | 
| common_throws.cc  | 367   const DexFile::CodeItem* code = throw_location.GetMethod()->GetCodeItem();  local  369   CHECK_LT(throw_dex_pc, code->insns_size_in_code_units_); 370   const Instruction* instr = Instruction::At(&code->insns_[throw_dex_pc]);
  | 
| fault_handler.cc  | 32 // However, when a SIGSEGV occurs that is in generated code and is not one of the 36 // memory region, the stack backtrace code may run into trouble and may either crash 60 // Regardless of how we got there, we reach the code after the stack tracer and we 64 // This is difficult to test with a runtime test.  To invoke the nested signal code 145     VLOG(signals) << "in generated code, looking for handler"; 204   // We can only be running Java code in the current thread if it 206   VLOG(signals) << "Checking for generated code"; 271     const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(method_obj,  local  273     uint32_t sought_offset = return_pc - reinterpret_cast<uintptr_t>(code); 306 // Stack trace handler, used to help get a stack trace from SIGSEGV inside of compiled code     [all...] | 
|   /art/runtime/entrypoints/portable/ | 
| portable_trampoline_entrypoints.cc  | 209     // Push a transition back into managed code onto the linked list in thread. 309   // All naked Object*s should now be in jobjects, so its safe to go into the main invoke code 317 // Lazily resolve a method for portable. Called by stub code. 330     const DexFile::CodeItem* code = caller->GetCodeItem();  local  331     CHECK_LT(dex_pc, code->insns_size_in_code_units_); 332     const Instruction* instr = Instruction::At(&code->insns_[dex_pc]); 333     Instruction::Code instr_code = instr->Opcode(); 397   const void* code = nullptr;  local  405       code = called->GetEntryPointFromPortableCompiledCode(); 407       code = nullptr     [all...] | 
|   /art/runtime/mirror/ | 
| art_method.h  | 334     uintptr_t code = reinterpret_cast<uintptr_t>(GetEntryPointFromQuickCompiledCode());  local  335     if (code == 0) { 339      * During a stack walk, a return PC may point past-the-end of the code 341      * return.  Thus, we check <= code + GetCodeSize(). 343      * NOTE: For Thumb both pc and code are offset by 1 indicating the Thumb state. 345     return code <= pc && pc <= code + GetCodeSize(); 358     uintptr_t code = reinterpret_cast<uintptr_t>(entry_point);  local  359     code &= ~0x1;  // TODO: Make this Thumb2 specific. 360     return reinterpret_cast<const void*>(code);     [all...] | 
|   /bionic/libc/kernel/uapi/linux/ | 
| 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...] | 
| uhid.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 * 76  __u16 code;  member in struct:uhid_output_ev_req      [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 */ 57  __u32 code;  member in struct:v4l2_subdev_frame_size_enum  58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * 76  __u32 code;  member in struct:v4l2_subdev_frame_interval_enum      [all...] | 
|   /bootable/recovery/minadbd/ | 
| usb_linux_client.c  | 128         __le16 code;  member in struct:__anon1112::__anon1113 
  | 
|   /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...] |