Searched refs:GetClassName (Results 1 – 6 of 6) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 840 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostLocationEvent() 938 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostFieldEvent() 967 << Dbg::GetClassName(field_id); in PostFieldEvent() 1119 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostException() 1195 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostClassPrepare()
|
D | jdwp_main.cc | 634 << Dbg::GetClassName(rhs.class_id) << "." << Dbg::GetMethodName(rhs.method_id) in operator <<()
|
D | jdwp_handler.cc | 95 class_id, method_id, Dbg::GetClassName(class_id).c_str(), in RequestInvoke()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 113 static mirror::String* GetClassName(Thread* self, ShadowFrame* shadow_frame, size_t arg_offset) in GetClassName() function 125 mirror::String* class_name = GetClassName(self, shadow_frame, arg_offset); in UnstartedClassForName() 138 mirror::String* class_name = GetClassName(self, shadow_frame, arg_offset); in UnstartedClassForNameLong() 155 mirror::String* class_name = GetClassName(self, shadow_frame, arg_offset); in UnstartedClassClassForName()
|
/art/runtime/ |
D | debugger.h | 279 static std::string GetClassName(JDWP::RefTypeId id) 281 static std::string GetClassName(mirror::Class* klass)
|
D | debugger.cc | 769 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) { in GetClassName() function in art::Dbg 782 return GetClassName(o->AsClass()); in GetClassName() 785 std::string Dbg::GetClassName(mirror::Class* klass) { in GetClassName() function in art::Dbg
|