Home
last modified time | relevance | path

Searched defs:getPrototype (Results 1 – 10 of 10) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DMethodSection.java41 @Nonnull ProtoKey getPrototype(@Nonnull MethodRefKey key); in getPrototype() method
42 @Nonnull ProtoKey getPrototype(@Nonnull MethodKey key); in getPrototype() method
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstBaseMethodRef.java60 public final Prototype getPrototype() { in getPrototype() method in CstBaseMethodRef
75 public final Prototype getPrototype(boolean isStatic) { in getPrototype() method in CstBaseMethodRef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DMethodPool.java65 @Nonnull @Override public ProtoPool.Key getPrototype(@Nonnull MethodReference methodReference) { in getPrototype() method in MethodPool
69 @Nonnull @Override public ProtoPool.Key getPrototype(@Nonnull PoolMethod poolMethod) { in getPrototype() method in MethodPool
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderMethodPool.java81 public BuilderProtoReference getPrototype(@Nonnull BuilderMethodReference key) { in getPrototype() method in BuilderMethodPool
85 …@Nonnull @Override public BuilderProtoReference getPrototype(@Nonnull BuilderMethod builderMethod)… in getPrototype() method in BuilderMethodPool
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAXFactoryImpl.java107 private SAXParserImpl getPrototype() in getPrototype() method in SAXFactoryImpl
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp736 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp736 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp736 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp737 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp877 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args, in getPrototype() function in NVPTXTargetLowering