Home
last modified time | relevance | path

Searched refs:unboxLongMethodName (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DLambdaMainMethodSourceCode.java438 return factory.createMethod(boxType, proto, factory.unboxLongMethodName); in getUnboxMethod()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexItemFactory.java78 public DexString unboxLongMethodName = createString("longValue"); field in DexItemFactory