OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JdwpError
(Results
1 - 8
of
8
) sorted by null
/art/runtime/jdwp/
jdwp_handler.cc
59
static
JdwpError
WriteTaggedObject(ExpandBuf* reply, ObjectId object_id)
62
JdwpError
rc = Dbg::GetObjectTag(object_id, &tag);
70
static
JdwpError
WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects)
74
JdwpError
rc = WriteTaggedObject(reply, objects[i]);
88
static
JdwpError
RequestInvoke(JdwpState*, Request* request,
118
JDWP::
JdwpError
error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id,
129
static
JdwpError
VM_Version(JdwpState*, Request*, ExpandBuf* pReply)
153
static
JdwpError
VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply)
166
JDWP::
JdwpError
status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr);
185
static
JdwpError
VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply
[
all
...]
jdwp_constants.h
31
enum
JdwpError
{
90
std::ostream& operator<<(std::ostream& os, const
JdwpError
& value);
object_registry.h
84
template<typename T> T Get(JDWP::ObjectId id, JDWP::
JdwpError
* error)
117
mirror::Object* InternalGet(JDWP::ObjectId id, JDWP::
JdwpError
* error)
jdwp_event.cc
189
JdwpError
JdwpState::RegisterEvent(JdwpEvent* pEvent) {
215
JdwpError
status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
268
JdwpError
error;
835
JdwpError
error = Dbg::GetThreadName(thread_id, &thread_name);
[
all
...]
object_registry.cc
179
mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::
JdwpError
* error) {
jdwp.h
283
JdwpError
RegisterEvent(JdwpEvent* pEvent)
/art/runtime/
debugger.h
290
static JDWP::
JdwpError
GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id)
292
static JDWP::
JdwpError
GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId* superclass_id)
294
static JDWP::
JdwpError
GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
296
static JDWP::
JdwpError
GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
298
static JDWP::
JdwpError
GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply)
302
static JDWP::
JdwpError
GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag,
307
static JDWP::
JdwpError
GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
309
static JDWP::
JdwpError
GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
311
static JDWP::
JdwpError
GetSourceDebugExtension(JDWP::RefTypeId ref_type_id,
314
static JDWP::
JdwpError
GetSourceFile(JDWP::RefTypeId ref_type_id, std::string* source_file
[
all
...]
debugger.cc
423
static mirror::Array* DecodeNonNullArray(JDWP::RefTypeId id, JDWP::
JdwpError
* error)
438
static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::
JdwpError
* error)
454
JDWP::
JdwpError
* error)
774
JDWP::
JdwpError
error;
797
JDWP::
JdwpError
Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id) {
798
JDWP::
JdwpError
status;
808
JDWP::
JdwpError
Dbg::GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId* superclass_id) {
809
JDWP::
JdwpError
status;
824
JDWP::
JdwpError
Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) {
825
JDWP::
JdwpError
error
[
all
...]
Completed in 61 milliseconds