Searched defs:tag (Results 1 – 9 of 9) sorted by relevance
/art/runtime/base/ |
D | logging_android.cc | 34 const char* tag = ProgramInvocationShortName(); in LogLine() local
|
D | allocator.h | 77 static void RegisterAllocation(AllocatorTag tag, uint64_t bytes) { in RegisterAllocation() 82 static void RegisterFree(AllocatorTag tag, uint64_t bytes) { in RegisterFree()
|
/art/compiler/utils/ |
D | array_ref.h | 43 struct tag { }; struct
|
/art/compiler/ |
D | elf_writer_quick.cc | 632 void ElfWriterQuick::ElfDynamicBuilder::AddDynamicTag(Elf32_Sword tag, Elf32_Word d_un) { in AddDynamicTag() 639 void ElfWriterQuick::ElfDynamicBuilder::AddDynamicTag(Elf32_Sword tag, Elf32_Word d_un, in AddDynamicTag()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 1001 uint8_t tag; in PostFieldEvent() local 1272 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass); in PostClassPrepare() local
|
D | jdwp_handler.cc | 67 uint8_t tag; in WriteTaggedObject() local
|
/art/runtime/ |
D | debugger.cc | 518 static bool IsPrimitiveTag(JDWP::JdwpTag tag) { in IsPrimitiveTag() 1253 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t& tag) { in GetObjectTag() 1263 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth() 1761 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty()); in OutputMethodReturnValue() local 1768 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in OutputFieldValue() local 1838 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in GetFieldValueImpl() local 1887 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in SetFieldValueImpl() local 1950 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) { in OutputJValue() 2549 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue() 2712 JDWP::JdwpError Dbg::SetLocalValue(StackVisitor& visitor, int slot, JDWP::JdwpTag tag, in SetLocalValue() [all …]
|
D | elf_file.cc | 1384 std::unique_ptr<DebugTag> tag(new DebugTag(index)); in Create() local 1465 std::unique_ptr<DebugTag> tag(DebugTag::Create(&dbg_abbrev)); in Create() local
|
/art/runtime/hprof/ |
D | hprof.cc | 189 int StartNewRecord(FILE* fp, uint8_t tag, uint32_t time) { in StartNewRecord()
|