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

1 2 3 4 5

  /dalvik/dx/src/com/android/dx/rop/cst/
CstProtoRef.java 51 return getPrototype().equals(otherCstProtoRef.getPrototype());
75 return prototype.compareTo(otherCstProtoRef.getPrototype());
90 public Prototype getPrototype() {
CstCallSiteRef.java 89 public Prototype getPrototype() {
90 return invokeDynamic.getPrototype();
CstBaseMethodRef.java 69 public final Prototype getPrototype() {
84 public final Prototype getPrototype(boolean isStatic) {
126 * {@code getPrototype().getParameterTypes().getWordCount()},
134 return getPrototype(isStatic).getParameterTypes().getWordCount();
CstInvokeDynamic.java 162 public Prototype getPrototype() {
  /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());
  /dalvik/dx/src/com/android/dx/dex/file/
MethodIdItem.java 46 protoIds.intern(getMethodRef().getPrototype());
62 return protoIds.indexOf(getMethodRef().getPrototype());
ProtoIdsSection.java 67 IndexedItem result = protoIds.get(protoRef.getPrototype());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
MethodSection.java 44 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodRefKey key);
45 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodKey key);
  /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();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
MethodPool.java 64 @Nonnull @Override public MethodProtoReference getPrototype(@Nonnull MethodReference methodReference) {
68 @Nonnull @Override public MethodProtoReference getPrototype(@Nonnull PoolMethod poolMethod) {
  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedField.java 64 ParameterizedField prototype = getPrototype(typeName);
74 private static ParameterizedField getPrototype(String name) {
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 39 public Prototype getPrototype();
Simulator.java 551 Type returnType = machine.getPrototype().getReturnType();
704 ((CstMethodRef) cst).getPrototype(staticMethod);
716 Prototype prototype = invokeDynamicRef.getPrototype();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMethodPool.java 84 public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethodReference key) {
88 @Nonnull @Override public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethod builderMethod) {
  /dalvik/dx/src/com/android/dx/rop/code/
InvokePolymorphicInsn.java 170 return new CstProtoRef(callSiteMethod.getPrototype(true));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 static const char *getPrototype() {
784 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
788 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
931 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 207 count = invokeDynamicRef.getPrototype().getParameterTypes().getWordCount();
220 count = proto.getPrototype().getParameterTypes().getWordCount();

Completed in 679 milliseconds

1 2 3 4 5