Home | History | Annotate | Download | only in runtime

Lines Matching refs:JdwpTag

499 static JDWP::JdwpTag BasicTagFromDescriptor(const char* descriptor) {
502 return static_cast<JDWP::JdwpTag>(descriptor[0]);
505 static JDWP::JdwpTag BasicTagFromClass(mirror::Class* klass)
512 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
555 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) {
559 static bool IsPrimitiveTag(JDWP::JdwpTag tag) {
1191 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) {
1242 JDWP::JdwpTag element_tag = BasicTagFromClass(a->GetClass()->GetComponentType());
1267 JDWP::JdwpTag specific_tag = (element != nullptr) ? TagFromObject(soa, element)
1301 JDWP::JdwpTag element_tag = BasicTagFromClass(dst->GetClass()->GetComponentType());
1730 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty());
1737 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor());
1757 JDWP::JdwpTag Dbg::GetFieldBasicTag(JDWP::FieldId field_id) {
1761 JDWP::JdwpTag Dbg::GetStaticFieldBasicTag(JDWP::FieldId field_id) {
1853 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor());
1996 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) {
2589 JDWP::JdwpTag reqSigByte = request->ReadTag();
2612 JDWP::JdwpTag tag)
2620 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) {
2759 JDWP::JdwpTag sigByte = request->ReadTag();
2774 JDWP::JdwpTag tag, T value)
2782 JDWP::JdwpError Dbg::SetLocalValue(StackVisitor& visitor, int slot, JDWP::JdwpTag tag,
3810 static char JdwpTagToShortyChar(JDWP::JdwpTag tag) {
3842 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
4056 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty());
4077 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get());
4136 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag,