HomeSort by relevance Sort by last modified time
    Searched defs:reference_index (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_to_dex_decompiler.cc 62 const uint16_t reference_index = NextIndex(); local
63 if (reference_index == DexFile::kDexNoIndex16) {
69 inst->SetVRegA_21c(reference_index);
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
ConstantMethodHandle.java 36 private int reference_index; field in class:ConstantMethodHandle
58 public ConstantMethodHandle(final int reference_kind, final int reference_index) {
61 this.reference_index = reference_index;
88 file.writeShort(reference_index);
103 return reference_index;
107 public void setReferenceIndex(final int reference_index) {
108 this.reference_index = reference_index;
118 ", reference_index = " + reference_index + ")"
    [all...]
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 318 const uint16_t reference_index = NextIndex(); local
319 quickened_info_.push_back(QuickenedInfo(dex_pc, reference_index));
320 if (reference_index == DexFile::kDexNoIndex16) {

Completed in 276 milliseconds