/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAXFactoryImpl.java | 84 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/ |
D | CstBaseMethodRef.java | 60 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/ |
D | MethodSection.java | 41 @Nonnull ProtoKey getPrototype(@Nonnull MethodRefKey key); in getPrototype() method 42 @Nonnull ProtoKey getPrototype(@Nonnull MethodKey key); in getPrototype() method
|
D | DexWriter.java | 359 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key))); 888 protoSection.getParameters(methodSection.getPrototype(methodKey)));
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | MethodIdItem.java | 46 protoIds.intern(getMethodRef().getPrototype()); in addContents() 62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
|
D | DebugInfoDecoder.java | 103 this.desc = ref.getPrototype(); in DebugInfoDecoder()
|
D | DebugInfoEncoder.java | 114 this.desc = ref.getPrototype(); in DebugInfoEncoder()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | MethodPool.java | 65 @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/ |
D | BuilderMethodPool.java | 81 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/ |
D | toy.cpp | 727 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/ |
D | toy.cpp | 727 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/ |
D | toy.cpp | 727 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/ |
D | toy.cpp | 728 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/ |
D | Rops.java | 1204 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/ |
D | NVPTXISelLowering.h | 485 std::string getPrototype(Type *, const ArgListTy &,
|
D | NVPTXISelLowering.cpp | 877 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args, in getPrototype() function in NVPTXTargetLowering 1395 std::string Proto = getPrototype(retTy, Args, Outs, retAlignment, CS); in LowerCall()
|