Searched defs:ArtLambdaMethod (Results 1 - 2 of 2) sorted by relevance

/art/runtime/lambda/
H A Dart_lambda_method.cc25 ArtLambdaMethod::ArtLambdaMethod(ArtMethod* target_method, function in class:art::lambda::ArtLambdaMethod
38 size_t size = sizeof(ArtLambdaMethod*); // Initial size is just this method.
H A Dart_lambda_method.h27 class ArtLambdaMethod { class in namespace:art::lambda
36 ArtLambdaMethod(ArtMethod* target_method,
47 // This is circular (that is, it includes the size of the ArtLambdaMethod pointer).
110 DISALLOW_COPY_AND_ASSIGN(ArtLambdaMethod);

Completed in 48 milliseconds