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.java216 final int funcType = getFlags(MASK_FUNC_TYPE); in doInvoke() local
217 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke()
218 final int returnType = LambdaType.decodeReturnType(funcType); in doInvoke()
337 throw new IllegalStateException("Unknown function type: " + LambdaType.toString(funcType)); in doInvoke()