Searched refs:new_string_id (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddebugger.h319 static JDWP::JdwpError CreateString(const std::string& str, JDWP::ObjectId* new_string_id)
H A Ddebugger.cc1329 JDWP::JdwpError Dbg::CreateString(const std::string& str, JDWP::ObjectId* new_string_id) { argument
1336 *new_string_id = 0;
1339 *new_string_id = gRegistry->Add(new_string);

Completed in 74 milliseconds