Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 16 of 16) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAXFactoryImpl.java84 getPrototype().setFeature(name, value); in setFeature()
102 return getPrototype().getFeature(name); in getFeature()
107 private SAXParserImpl getPrototype() in getPrototype() method in SAXFactoryImpl
/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
125 return getPrototype(isStatic).getParameterTypes().getWordCount(); in getParameterWordCount()
/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
DDexWriter.java359 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key)));
888 protoSection.getParameters(methodSection.getPrototype(methodKey)));
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMethodIdItem.java46 protoIds.intern(getMethodRef().getPrototype()); in addContents()
62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
DDebugInfoDecoder.java103 this.desc = ref.getPrototype(); in DebugInfoDecoder()
DDebugInfoEncoder.java114 this.desc = ref.getPrototype(); in DebugInfoEncoder()
/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/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp727 Function* getPrototype(const std::string &Name);
736 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
772 if (Function *F = C.getPrototype(FnName)) in IRGen()
818 if (Function *F = C.getPrototype(FnName)) { in IRGen()
828 if (auto CalleeF = C.getPrototype(CalleeName)) { in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp727 Function* getPrototype(const std::string &Name);
736 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
772 if (Function *F = C.getPrototype(FnName)) in IRGen()
818 if (Function *F = C.getPrototype(FnName)) { in IRGen()
828 if (auto CalleeF = C.getPrototype(CalleeName)) { in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp727 Function* getPrototype(const std::string &Name);
736 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
772 if (Function *F = C.getPrototype(FnName)) in IRGen()
818 if (Function *F = C.getPrototype(FnName)) { in IRGen()
828 if (auto CalleeF = C.getPrototype(CalleeName)) { in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp728 Function* getPrototype(const std::string &Name);
737 Function* IRGenContext::getPrototype(const std::string &Name) { in getPrototype() function in IRGenContext
773 if (Function *F = C.getPrototype(FnName)) in IRGen()
819 if (Function *F = C.getPrototype(FnName)) { in IRGen()
829 if (auto CalleeF = C.getPrototype(CalleeName)) { in IRGen()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java1204 return opInvokeStatic(((CstMethodRef) cst).getPrototype()); in ropFor()
1208 Prototype meth = cstMeth.getPrototype(); in ropFor()
1215 Prototype meth = cstMeth.getPrototype(); in ropFor()
1222 Prototype meth = cstMeth.getPrototype(); in ropFor()
1229 Prototype meth = cstMeth.getPrototype(); in ropFor()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h485 std::string getPrototype(Type *, const ArgListTy &,
DNVPTXISelLowering.cpp877 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args, in getPrototype() function in NVPTXTargetLowering
1395 std::string Proto = getPrototype(retTy, Args, Outs, retAlignment, CS); in LowerCall()