Home
last modified time | relevance | path

Searched defs:ArtLambdaMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/lambda/
Dclosure.h33 class ArtLambdaMethod; // forward declaration variable
41 struct PACKED(sizeof(ArtLambdaMethod*)) Closure { in PACKED()
Dclosure_builder.h35 class ArtLambdaMethod; // forward declaration variable
Dart_lambda_method.cc25 ArtLambdaMethod::ArtLambdaMethod(ArtMethod* target_method, in ArtLambdaMethod() function in art::lambda::ArtLambdaMethod