Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dbuilder.cpp42 TypeFunctionInst *funcType) { in MakeFunctionDefinition() argument
43 FunctionInst *func = MakeFunction(retType, ctrl, funcType); in MakeFunctionDefinition()
Dbuilder.h35 TypeFunctionInst *funcType);
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java229 final int funcType = getFlags(MASK_FUNC_TYPE); in doInvoke() local
230 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke()
231 final int returnType = LambdaType.decodeReturnType(funcType); in doInvoke()
413 throw new IllegalStateException("Unknown function type: " + LambdaType.toString(funcType)); in doInvoke()