Searched refs:closure_raw (Results 1 – 2 of 2) sorted by relevance
249 std::unique_ptr<Closure> closure_raw = CreateClosureStaticVariables(&lambda_method, args ...); in TestPrimitive() local252 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()
186 ShortyFieldTypeTraits::MaxType closure_raw = values_[i]; in WriteValues() local187 Closure* nested_closure = reinterpret_cast<Closure*>(closure_raw); in WriteValues()