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

  /art/runtime/jdwp/
jdwp_constants.h 225 enum JdwpTag {
243 std::ostream& operator<<(std::ostream& os, const JdwpTag& value);
jdwp_request.cc 135 JdwpTag Request::ReadTag() {
136 return ReadEnum1<JdwpTag>("tag");
jdwp.h 428 JdwpTag ReadTag();
jdwp_handler.cc 109 std::unique_ptr<JdwpTag[]> argTypes(arg_count > 0 ? new JdwpTag[arg_count] : NULL);
124 JdwpTag resultTag;
668 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId);
842 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId);
    [all...]
  /art/runtime/
debugger.h 83 JDWP::JdwpTag result_tag;
286 static size_t GetTagWidth(JDWP::JdwpTag tag);
393 static JDWP::JdwpTag GetFieldBasicTag(JDWP::FieldId field_id)
395 static JDWP::JdwpTag GetStaticFieldBasicTag(JDWP::FieldId field_id)
411 static void OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply)
566 JDWP::JdwpTag* arg_types, uint32_t options,
567 JDWP::JdwpTag* pResultTag, uint64_t* pResultValue,
638 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
653 JDWP::JdwpTag tag, uint8_t* buf, size_t width)
656 static JDWP::JdwpError SetLocalValue(StackVisitor& visitor, int slot, JDWP::JdwpTag tag
    [all...]
debugger.cc 458 static JDWP::JdwpTag BasicTagFromDescriptor(const char* descriptor) {
461 return static_cast<JDWP::JdwpTag>(descriptor[0]);
464 static JDWP::JdwpTag BasicTagFromClass(mirror::Class* klass)
471 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
514 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) {
518 static bool IsPrimitiveTag(JDWP::JdwpTag tag) {
    [all...]

Completed in 1100 milliseconds