Home
last modified time | relevance | path

Searched defs:lookupName (Results 1 – 7 of 7) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/naming/
DNamingLens.java28 public abstract DexString lookupName(DexMethod method); in lookupName() method in NamingLens
30 public abstract DexString lookupName(DexField field); in lookupName() method in NamingLens
63 public DexString lookupName(DexMethod method) { in lookupName() method in NamingLens.IdentityLens
68 public DexString lookupName(DexField field) { in lookupName() method in NamingLens.IdentityLens
DMinifier.java81 public DexString lookupName(DexMethod method) { in lookupName() method in Minifier.MinifiedRenaming
86 public DexString lookupName(DexField field) { in lookupName() method in Minifier.MinifiedRenaming
DClassNameMapper.java138 private String lookupName(Signature signature, DexType clazz) { in lookupName() method in ClassNameMapper
/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp44 unsigned AMDGPUIntrinsicInfo::lookupName(const char *NameData, in lookupName() function in AMDGPUIntrinsicInfo
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp55 BlackfinIntrinsicInfo::lookupName(const char *Name, unsigned Len) const { in lookupName() function in BlackfinIntrinsicInfo
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp59 lookupName(const char *Name, unsigned Len) const { in lookupName() function in MBlazeIntrinsicInfo
/external/javassist/src/main/javassist/tools/rmi/
DAppletServer.java221 private void lookupName(String cmd, InputStream ins, OutputStream outs) in lookupName() method in AppletServer