HomeSort by relevance Sort by last modified time
    Searched refs:JdwpTag (Results 1 - 6 of 6) sorted by null

  /art/runtime/
debugger.h 75 JDWP::JdwpTag result_tag;
158 static size_t GetTagWidth(JDWP::JdwpTag tag);
239 static JDWP::JdwpTag GetFieldBasicTag(JDWP::FieldId field_id)
241 static JDWP::JdwpTag GetStaticFieldBasicTag(JDWP::FieldId field_id)
312 JDWP::JdwpTag tag, uint8_t* buf, size_t expectedLen)
315 JDWP::JdwpTag tag, uint64_t value, size_t width)
363 JDWP::JdwpTag* arg_types, uint32_t options,
364 JDWP::JdwpTag* pResultTag, uint64_t* pResultValue,
debugger.cc 271 static JDWP::JdwpTag BasicTagFromDescriptor(const char* descriptor) {
274 return static_cast<JDWP::JdwpTag>(descriptor[0]);
277 static JDWP::JdwpTag TagFromClass(mirror::Class* c)
308 static JDWP::JdwpTag TagFromObject(const mirror::Object* o)
313 static bool IsPrimitiveTag(JDWP::JdwpTag tag) {
960 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) {
    [all...]
  /art/runtime/jdwp/
jdwp_constants.h 225 enum JdwpTag {
243 std::ostream& operator<<(std::ostream& os, const JdwpTag& value);
jdwp_request.cc 133 JdwpTag Request::ReadTag() {
134 return ReadEnum1<JdwpTag>("tag");
jdwp_handler.cc 108 UniquePtr<JdwpTag[]> argTypes(arg_count > 0 ? new JdwpTag[arg_count] : NULL);
122 JdwpTag resultTag;
659 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId);
833 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId);
    [all...]
jdwp.h 385 JdwpTag ReadTag();

Completed in 74 milliseconds