Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h276 char* captured_variables_shorty_copy = LeakingAllocator::MakeFlexibleInstance<char>( in DoCreateLambda() local
279 strcpy(captured_variables_shorty_copy, captured_variables_shorty.c_str()); in DoCreateLambda()
285 captured_variables_shorty_copy, in DoCreateLambda()