Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 9 of 9) sorted by relevance

/art/runtime/base/
Dlogging_android.cc34 const char* tag = ProgramInvocationShortName(); in LogLine() local
Dallocator.h77 static void RegisterAllocation(AllocatorTag tag, uint64_t bytes) { in RegisterAllocation()
82 static void RegisterFree(AllocatorTag tag, uint64_t bytes) { in RegisterFree()
/art/compiler/utils/
Darray_ref.h43 struct tag { }; struct
/art/compiler/
Delf_writer_quick.cc632 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/
Djdwp_event.cc1001 uint8_t tag; in PostFieldEvent() local
1272 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass); in PostClassPrepare() local
Djdwp_handler.cc67 uint8_t tag; in WriteTaggedObject() local
/art/runtime/
Ddebugger.cc518 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 …]
Delf_file.cc1384 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/
Dhprof.cc189 int StartNewRecord(FILE* fp, uint8_t tag, uint32_t time) { in StartNewRecord()