HomeSort by relevance Sort by last modified time
    Searched refs:MethodIndex (Results 1 - 8 of 8) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedMethodEncodedValue.java 44 private final int MethodIndex;
48 MethodIndex = reader.readSizedSmallUint(valueArg + 1);
52 return new DexBackedMethodReference(dexFile, MethodIndex);
  /art/compiler/dex/
mir_method_info.cc 41 MirMethodLoweringInfo unresolved(it->MethodIndex(), it->GetInvokeType(), it->IsQuickened());
89 if (default_inliner->IsStringInitMethodIndex(it->MethodIndex())) {
96 it->target_method_idx_ = it->MethodIndex();
mir_method_info.h 34 uint16_t MethodIndex() const {
228 // a devirtualized target method or the compilation's unit's dex file and MethodIndex().
type_inference.cc 656 // NOTE: Quickened invokes have invalid MethodIndex() but they are always resolved.
658 uint32_t method_idx = info.IsResolved() ? info.DeclaringMethodIndex() : info.MethodIndex();
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 191 milliseconds