Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DLog.java36 public static void setLoggingLevel(LogTag tag) { in setLoggingLevel()
64 private static void log(LogTag tag, String msg) { in log()
/art/runtime/base/
Dallocator.h89 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation()
97 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
Dlogging.cc249 const char* tag = ProgramInvocationShortName(); in LogLine() local
269 const char* tag = ProgramInvocationShortName(); in LogLineLowStack() local
/art/compiler/dwarf/
Ddebug_info_entry_writer.h59 void StartTag(Tag tag, Children children) { in StartTag()
199 void StartAbbrev(Tag tag, Children children) { in StartAbbrev()
/art/compiler/utils/
Darray_ref.h43 struct tag { }; struct
/art/runtime/jdwp/
Djdwp_event.cc981 uint8_t tag; in PostFieldEvent() local
1218 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass.Get()); in PostClassPrepare() local
Djdwp_handler.cc57 uint8_t tag; in WriteTaggedObject() local
/art/runtime/
Ddebugger.cc559 static bool IsPrimitiveTag(JDWP::JdwpTag tag) { in IsPrimitiveTag()
1179 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag) { in GetObjectTag()
1191 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth()
1730 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty()); in OutputMethodReturnValue() local
1737 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in OutputFieldValue() local
1853 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in GetFieldValueImpl() local
1996 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) { in OutputJValue()
2612 JDWP::JdwpTag tag) in FailGetLocalValue()
2620 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue()
2774 JDWP::JdwpTag tag, T value) in FailSetLocalValue()
[all …]
/art/compiler/
Delf_builder.h115 void AddDynamicTag(Elf_Sword tag, Elf_Word value, const Section* section) { in AddDynamicTag()
/art/runtime/hprof/
Dhprof.cc153 void StartNewRecord(uint8_t tag, uint32_t time) { in StartNewRecord()