HomeSort by relevance Sort by last modified time
    Searched defs:ArtLambdaMethod (Results 1 - 2 of 2) sorted by null

  /art/runtime/lambda/
art_lambda_method.cc 25 ArtLambdaMethod::ArtLambdaMethod(ArtMethod* target_method,
38 size_t size = sizeof(ArtLambdaMethod*); // Initial size is just this method.
art_lambda_method.h 27 class ArtLambdaMethod {
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 452 milliseconds