Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h341 static JDWP::JdwpError CreateString(const std::string& str, JDWP::ObjectId* new_string_id)
Ddebugger.cc1352 JDWP::JdwpError Dbg::CreateString(const std::string& str, JDWP::ObjectId* new_string_id) { in CreateString() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc276 JdwpError status = Dbg::CreateString(str, &string_id); in VM_CreateString()