Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dclosure_test.cc249 std::unique_ptr<Closure> closure_raw = CreateClosureStaticVariables(&lambda_method, args ...); in TestPrimitive() local
252 std::cerr << "closure raw address: " << closure_raw.get() << std::endl; in TestPrimitive()
254 TestPrimitiveWithClosure(closure_raw.get(), descriptor, shorty, args ...); in TestPrimitive()
255 closure_a = std::move(closure_raw); in TestPrimitive()
Dclosure_builder.cc186 ShortyFieldTypeTraits::MaxType closure_raw = values_[i]; in WriteValues() local
187 Closure* nested_closure = reinterpret_cast<Closure*>(closure_raw); in WriteValues()