Searched refs:captured_variables_shorty (Results 1 – 3 of 3) sorted by relevance
27 const char* captured_variables_shorty, in ArtLambdaMethod() argument31 captured_variables_shorty_(captured_variables_shorty), in ArtLambdaMethod()35 DCHECK(captured_variables_shorty != nullptr); in ArtLambdaMethod()59 size_t shorty_count = strlen(captured_variables_shorty); in ArtLambdaMethod()72 << captured_variables_shorty << "' (" << shorty_count << ")"; in ArtLambdaMethod()
38 const char* captured_variables_shorty,
249 std::string captured_variables_shorty = closure_builder->GetCapturedVariableShortyTypes(); in DoCreateLambda() local253 for (char shorty : captured_variables_shorty) { in DoCreateLambda()278 captured_variables_shorty.size() + 1); in DoCreateLambda()279 strcpy(captured_variables_shorty_copy, captured_variables_shorty.c_str()); in DoCreateLambda()