Home
last modified time | relevance | path

Searched refs:lambda_method (Results 1 – 1 of 1) sorted by relevance

/art/runtime/lambda/
Dclosure_test.cc93 static std::unique_ptr<Closure> CreateClosureStaticVariables(ArtLambdaMethod* lambda_method, in CreateClosureStaticVariables() argument
104 closure_ptr->lambda_info_ = lambda_method; in CreateClosureStaticVariables()
128 ArtLambdaMethod* lambda_method, in CreateClosureStaticVariablesFromBuilder() argument
150 closure_builder.CreateInPlace(closure_ptr, lambda_method); in CreateClosureStaticVariablesFromBuilder()
235 ArtLambdaMethod lambda_method{fake_method_, // NOLINT [whitespace/braces] [5] in TestPrimitive() local
249 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() local
314 std::unique_ptr<Closure> closure = CreateClosureStaticVariables(&lambda_method); in TEST_F()