HomeSort by relevance Sort by last modified time
    Searched refs:captured_variables_shorty (Results 1 - 3 of 3) sorted by null

  /art/runtime/lambda/
art_lambda_method.cc 27 const char* captured_variables_shorty,
31 captured_variables_shorty_(captured_variables_shorty),
35 DCHECK(captured_variables_shorty != nullptr);
59 size_t shorty_count = strlen(captured_variables_shorty);
72 << captured_variables_shorty << "' (" << shorty_count << ")";
art_lambda_method.h 38 const char* captured_variables_shorty,
  /art/runtime/interpreter/
interpreter_common.h 249 std::string captured_variables_shorty = closure_builder->GetCapturedVariableShortyTypes(); local
253 for (char shorty : captured_variables_shorty) {
278 captured_variables_shorty.size() + 1);
279 strcpy(captured_variables_shorty_copy, captured_variables_shorty.c_str());
    [all...]

Completed in 68 milliseconds