Searched defs:tag (Results 1 – 10 of 10) sorted by relevance
| /art/tools/dexfuzz/src/dexfuzz/ |
| D | Log.java | 36 public static void setLoggingLevel(LogTag tag) { in setLoggingLevel() 64 private static void log(LogTag tag, String msg) { in log()
|
| /art/runtime/base/ |
| D | allocator.h | 89 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation() 97 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
|
| D | logging.cc | 249 const char* tag = ProgramInvocationShortName(); in LogLine() local 269 const char* tag = ProgramInvocationShortName(); in LogLineLowStack() local
|
| /art/compiler/dwarf/ |
| D | debug_info_entry_writer.h | 59 void StartTag(Tag tag, Children children) { in StartTag() 199 void StartAbbrev(Tag tag, Children children) { in StartAbbrev()
|
| /art/compiler/utils/ |
| D | array_ref.h | 43 struct tag { }; struct
|
| /art/runtime/jdwp/ |
| D | jdwp_event.cc | 981 uint8_t tag; in PostFieldEvent() local 1218 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass.Get()); in PostClassPrepare() local
|
| D | jdwp_handler.cc | 57 uint8_t tag; in WriteTaggedObject() local
|
| /art/runtime/ |
| D | debugger.cc | 559 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/ |
| D | elf_builder.h | 115 void AddDynamicTag(Elf_Sword tag, Elf_Word value, const Section* section) { in AddDynamicTag()
|
| /art/runtime/hprof/ |
| D | hprof.cc | 153 void StartNewRecord(uint8_t tag, uint32_t time) { in StartNewRecord()
|