Home
last modified time | relevance | path

Searched refs:CreateClosureStaticVariables (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() function in art::lambda::ClosureTest
249 std::unique_ptr<Closure> closure_raw = CreateClosureStaticVariables(&lambda_method, args ...); in TestPrimitive()
314 std::unique_ptr<Closure> closure = CreateClosureStaticVariables(&lambda_method); in TEST_F()