Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 11 of 11) 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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DMethodSection.java44 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodRefKey key); in getPrototype() method
45 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodKey key); in getPrototype() method
DDexWriter.java405 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key)));
945 protoSection.getParameters(methodSection.getPrototype(methodKey)));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DMethodPool.java64 …@Nonnull @Override public MethodProtoReference getPrototype(@Nonnull MethodReference methodReferen… in getPrototype() method in MethodPool
68 @Nonnull @Override public MethodProtoReference getPrototype(@Nonnull PoolMethod poolMethod) { in getPrototype() method in MethodPool
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance()
74 private static ParameterizedField getPrototype(String name) { in getPrototype() method in ParameterizedField
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderMethodPool.java84 public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethodReference key) { in getPrototype() method in BuilderMethodPool
88 …@Nonnull @Override public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethod builderM… in getPrototype() method in BuilderMethodPool
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h153 static const char *getPrototype() { in getPrototype() function
1056 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()
1060 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()
1201 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()
1232 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()
1247 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()
1298 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
1312 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId()
1313 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()
1315 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h489 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
DNVPTXISelLowering.cpp900 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1426 getPrototype(DAG.getDataLayout(), retTy, Args, Outs, retAlignment, CS); in LowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
DNVPTXISelLowering.cpp1239 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1661 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall()