HomeSort by relevance Sort by last modified time
    Searched refs:getPrototype (Results 1 - 25 of 30) sorted by null

1 2

  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 84 getPrototype().setFeature(name, value);
102 return getPrototype().getFeature(name);
107 private SAXParserImpl getPrototype()
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MethodIdItem.java 46 protoIds.intern(getMethodRef().getPrototype());
62 return protoIds.indexOf(getMethodRef().getPrototype());
DebugInfoDecoder.java 102 this.desc = ref.getPrototype();
DebugInfoEncoder.java 114 this.desc = ref.getPrototype();
  /dalvik/dx/src/com/android/dx/dex/file/
MethodIdItem.java 46 protoIds.intern(getMethodRef().getPrototype());
62 return protoIds.indexOf(getMethodRef().getPrototype());
DebugInfoDecoder.java 113 this.desc = ref.getPrototype();
DebugInfoEncoder.java 122 this.desc = ref.getPrototype();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MethodIdItem.java 46 protoIds.intern(getMethodRef().getPrototype());
62 return protoIds.indexOf(getMethodRef().getPrototype());
DebugInfoDecoder.java 103 this.desc = ref.getPrototype();
DebugInfoEncoder.java 114 this.desc = ref.getPrototype();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
MethodSection.java 41 @Nonnull ProtoKey getPrototype(@Nonnull MethodRefKey key);
42 @Nonnull ProtoKey getPrototype(@Nonnull MethodKey key);
DexWriter.java 351 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key)));
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBaseMethodRef.java 60 public final Prototype getPrototype() {
75 public final Prototype getPrototype(boolean isStatic) {
117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 60 public final Prototype getPrototype() {
75 public final Prototype getPrototype(boolean isStatic) {
117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBaseMethodRef.java 60 public final Prototype getPrototype() {
75 public final Prototype getPrototype(boolean isStatic) {
117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
MethodPool.java 65 @Nonnull @Override public ProtoPool.Key getPrototype(@Nonnull MethodReference methodReference) {
69 @Nonnull @Override public ProtoPool.Key getPrototype(@Nonnull PoolMethod poolMethod) {
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 39 public Prototype getPrototype();
Simulator.java 531 Type returnType = machine.getPrototype().getReturnType();
654 ((CstMethodRef) cst).getPrototype(false);
664 ((CstMethodRef) cst).getPrototype(true);
BaseMachine.java 99 public Prototype getPrototype() {
RopperMachine.java 456 Rops.opInvokeStatic(MULTIANEWARRAY_METHOD.getPrototype()),
462 rop = Rops.opMoveResult(MULTIANEWARRAY_METHOD.getPrototype()
501 Rops.opMoveResult(((CstMethodRef) cst).getPrototype()
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMethodPool.java 81 public BuilderProtoReference getPrototype(@Nonnull BuilderMethodReference key) {
85 @Nonnull @Override public BuilderProtoReference getPrototype(@Nonnull BuilderMethod builderMethod) {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 225 std::string getPrototype(Type *, const ArgListTy &,
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java     [all...]

Completed in 838 milliseconds

1 2