Home
last modified time | relevance | path

Searched refs:GetClassName (Results 1 – 6 of 6) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc840 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()
Djdwp_main.cc634 << Dbg::GetClassName(rhs.class_id) << "." << Dbg::GetMethodName(rhs.method_id) in operator <<()
Djdwp_handler.cc95 class_id, method_id, Dbg::GetClassName(class_id).c_str(), in RequestInvoke()
/art/runtime/interpreter/
Dunstarted_runtime.cc113 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/
Ddebugger.h279 static std::string GetClassName(JDWP::RefTypeId id)
281 static std::string GetClassName(mirror::Class* klass)
Ddebugger.cc769 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