Searched refs:lambda_method (Results 1 – 1 of 1) sorted by relevance
93 static std::unique_ptr<Closure> CreateClosureStaticVariables(ArtLambdaMethod* lambda_method, in CreateClosureStaticVariables() argument104 closure_ptr->lambda_info_ = lambda_method; in CreateClosureStaticVariables()128 ArtLambdaMethod* lambda_method, in CreateClosureStaticVariablesFromBuilder() argument150 closure_builder.CreateInPlace(closure_ptr, lambda_method); in CreateClosureStaticVariablesFromBuilder()235 ArtLambdaMethod lambda_method{fake_method_, // NOLINT [whitespace/braces] [5] in TestPrimitive() local249 std::unique_ptr<Closure> closure_raw = CreateClosureStaticVariables(&lambda_method, args ...); in TestPrimitive()263 CreateClosureStaticVariablesFromBuilder(&lambda_method, args ...); in TestPrimitive()309 ArtLambdaMethod lambda_method{fake_method_, // NOLINT [whitespace/braces] [5] in TEST_F() local314 std::unique_ptr<Closure> closure = CreateClosureStaticVariables(&lambda_method); in TEST_F()