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

1 2 3 4 5 6

  /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();
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 39 public Prototype getPrototype();
BaseMachine.java 100 public Prototype getPrototype() {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstCallSiteRef.java 89 public Prototype getPrototype() {
90 return invokeDynamic.getPrototype();
CstProtoRef.java 52 return getPrototype().equals(otherCstProtoRef.getPrototype());
76 return prototype.compareTo(otherCstProtoRef.getPrototype());
91 public Prototype getPrototype() {
CstBaseMethodRef.java 69 public final Prototype getPrototype() {
84 public final Prototype getPrototype(boolean isStatic) {
127 * {@code getPrototype().getParameterTypes().getWordCount()},
135 return getPrototype(isStatic).getParameterTypes().getWordCount();
CstInvokeDynamic.java 162 public Prototype 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) {
  /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/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 84 getPrototype().setFeature(name, value);
102 return getPrototype().getFeature(name);
107 private SAXParserImpl getPrototype()
  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedField.java 64 ParameterizedField prototype = getPrototype(typeName);
74 private static ParameterizedField getPrototype(String name) {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [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/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 153 static const char *getPrototype() {
    [all...]

Completed in 1363 milliseconds

1 2 3 4 5 6