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
135
JdwpTag
Request::ReadTag() {
136
return ReadEnum1<
JdwpTag
>("tag");
jdwp.h
455
JdwpTag
ReadTag();
jdwp_handler.cc
100
std::unique_ptr<
JdwpTag
[]> argTypes(arg_count > 0 ? new
JdwpTag
[arg_count] : nullptr);
622
JDWP::
JdwpTag
fieldTag = Dbg::GetStaticFieldBasicTag(fieldId);
814
JDWP::
JdwpTag
fieldTag = Dbg::GetFieldBasicTag(fieldId);
[
all
...]
/art/runtime/
debugger.h
291
static size_t GetTagWidth(JDWP::
JdwpTag
tag);
396
static JDWP::
JdwpTag
GetFieldBasicTag(JDWP::FieldId field_id)
398
static JDWP::
JdwpTag
GetStaticFieldBasicTag(JDWP::FieldId field_id)
414
static void OutputJValue(JDWP::
JdwpTag
tag, const JValue* return_value, JDWP::ExpandBuf* pReply)
616
uint64_t arg_values[], JDWP::
JdwpTag
* arg_types,
689
static JDWP::
JdwpTag
TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
713
JDWP::
JdwpTag
result_tag, uint64_t result_value,
719
JDWP::
JdwpTag
tag, uint8_t* buf, size_t width)
722
JDWP::
JdwpTag
tag, uint64_t value, size_t width)
[
all
...]
debugger.cc
406
static JDWP::
JdwpTag
BasicTagFromDescriptor(const char* descriptor) {
409
return static_cast<JDWP::
JdwpTag
>(descriptor[0]);
412
static JDWP::
JdwpTag
BasicTagFromClass(mirror::Class* klass)
419
static JDWP::
JdwpTag
TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
462
JDWP::
JdwpTag
Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) {
466
static bool IsPrimitiveTag(JDWP::
JdwpTag
tag) {
[
all
...]
Completed in 52 milliseconds