Searched refs:expandBufAddUtf8String (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_expand_buf.h | 62 void expandBufAddUtf8String(ExpandBuf* pBuf, const char* s); 63 void expandBufAddUtf8String(ExpandBuf* pBuf, const std::string& s);
|
D | jdwp_expand_buf.cc | 166 void expandBufAddUtf8String(ExpandBuf* pBuf, const char* s) { in expandBufAddUtf8String() function 173 void expandBufAddUtf8String(ExpandBuf* pBuf, const std::string& s) { in expandBufAddUtf8String() function
|
D | jdwp_handler.cc | 129 expandBufAddUtf8String(pReply, version); in VM_Version() 136 expandBufAddUtf8String(pReply, "1.6.0"); in VM_Version() 139 expandBufAddUtf8String(pReply, "Dalvik"); in VM_Version() 283 expandBufAddUtf8String(pReply, "/"); in VM_ClassPaths() 289 expandBufAddUtf8String(pReply, str); in VM_ClassPaths() 296 expandBufAddUtf8String(pReply, str); in VM_ClassPaths() 372 expandBufAddUtf8String(pReply, descriptor); in VM_AllClassesImpl() 374 expandBufAddUtf8String(pReply, genericSignature); in VM_AllClassesImpl() 452 expandBufAddUtf8String(pReply, source_file); in RT_SourceFile() 517 expandBufAddUtf8String(pReply, signature); in RT_Signature() [all …]
|
D | jdwp_event.cc | 1251 expandBufAddUtf8String(pReq, signature); in PostClassPrepare()
|
/art/runtime/ |
D | debugger.cc | 1564 expandBufAddUtf8String(pReply, f->GetName()); in OutputDeclaredFields() 1565 expandBufAddUtf8String(pReply, f->GetTypeDescriptor()); in OutputDeclaredFields() 1568 expandBufAddUtf8String(pReply, genericSignature); in OutputDeclaredFields() 1594 expandBufAddUtf8String(pReply, m->GetInterfaceMethodIfProxy(sizeof(void*))->GetName()); in OutputDeclaredMethods() 1595 expandBufAddUtf8String(pReply, in OutputDeclaredMethods() 1599 expandBufAddUtf8String(pReply, generic_signature); in OutputDeclaredMethods() 1689 expandBufAddUtf8String(pContext->pReply, name); in OutputVariableTable() 1690 expandBufAddUtf8String(pContext->pReply, descriptor); in OutputVariableTable() 1692 expandBufAddUtf8String(pContext->pReply, signature); in OutputVariableTable() 2104 expandBufAddUtf8String(pReply, thread_group_name); in GetThreadGroupName()
|