Searched defs:captures (Results 1 – 10 of 10) sorted by relevance
33 final DexType[] captures() { in captures() method in SynthesizedLambdaSourceCode34 DexTypeList captures = descriptor().captures; in captures() local
43 final DexTypeList captures; field in LambdaDescriptor60 DexMethodHandle implHandle, DexType mainInterface, DexTypeList captures) { in LambdaDescriptor()85 DexType[] captures = this.captures.values; in getImplReceiverType() local254 DexTypeList captures = lambdaFactoryProto.parameters; in infer() local
32 DexType[] captures, DexType[] enforcedParams, DexType enforcedReturnType, in checkSignatures()
19 T captures(T x, T y) { in captures() function
888 ZoneVector<Handle<Object>>* captures) in VectorBackedMatch()1643 ZoneVector<Handle<Object>> captures(&zone); in RUNTIME_FUNCTION() local
2140 capture_range captures() { in captures() function2143 capture_const_range captures() const { in captures() function
1075 capture_const_range captures() const { in captures() function
3581 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function
952 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
1321 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local