Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java239 final int funcType = getFlags(MASK_FUNC_TYPE); in doInvoke() local
240 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke()
241 final int returnType = LambdaType.decodeReturnType(funcType); in doInvoke()
487 throw new IllegalStateException("Unknown function type: " + LambdaType.toString(funcType)); in doInvoke()