OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
136
JdwpTag
Request::ReadTag() {
137
return ReadEnum1<
JdwpTag
>("tag");
jdwp.h
464
JdwpTag
ReadTag();
jdwp_handler.cc
103
std::unique_ptr<
JdwpTag
[]> argTypes(arg_count > 0 ? new
JdwpTag
[arg_count] : nullptr);
630
JDWP::
JdwpTag
fieldTag = Dbg::GetStaticFieldBasicTag(fieldId);
821
JDWP::
JdwpTag
fieldTag = Dbg::GetFieldBasicTag(fieldId);
[
all
...]
/art/runtime/
debugger.h
318
static size_t GetTagWidth(JDWP::
JdwpTag
tag);
425
static JDWP::
JdwpTag
GetFieldBasicTag(JDWP::FieldId field_id)
427
static JDWP::
JdwpTag
GetStaticFieldBasicTag(JDWP::FieldId field_id)
443
static void OutputJValue(JDWP::
JdwpTag
tag, const JValue* return_value, JDWP::ExpandBuf* pReply)
639
uint64_t arg_values[], JDWP::
JdwpTag
* arg_types,
712
static JDWP::
JdwpTag
TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
743
JDWP::
JdwpTag
result_tag, uint64_t result_value,
749
JDWP::
JdwpTag
tag, uint8_t* buf, size_t width)
752
JDWP::
JdwpTag
tag, uint64_t value, size_t width)
[
all
...]
debugger.cc
480
static JDWP::
JdwpTag
BasicTagFromDescriptor(const char* descriptor) {
483
return static_cast<JDWP::
JdwpTag
>(descriptor[0]);
486
static JDWP::
JdwpTag
BasicTagFromClass(mirror::Class* klass)
493
static JDWP::
JdwpTag
TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
537
JDWP::
JdwpTag
Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) {
541
static bool IsPrimitiveTag(JDWP::
JdwpTag
tag) {
[
all
...]
Completed in 129 milliseconds