Searched defs:tag (Results 1 – 11 of 11) 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/compiler/debug/dwarf/ |
| D | debug_abbrev_writer.h | 51 void StartAbbrev(Tag tag) { in StartAbbrev()
|
| D | debug_info_entry_writer.h | 53 size_t StartTag(Tag tag) { in StartTag()
|
| /art/runtime/base/ |
| D | allocator.h | 92 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation() 100 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
|
| D | logging.cc | 255 const char* tag = ProgramInvocationShortName(); in LogLine() local 279 const char* tag = ProgramInvocationShortName(); in LogLineLowStack() local
|
| /art/compiler/utils/ |
| D | array_ref.h | 43 struct tag { }; struct
|
| /art/runtime/jdwp/ |
| D | jdwp_event.cc | 980 uint8_t tag; in PostFieldEvent() local 1217 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass.Get()); in PostClassPrepare() local
|
| D | jdwp_handler.cc | 58 uint8_t tag; in WriteTaggedObject() local
|
| /art/runtime/ |
| D | debugger.cc | 466 static bool IsPrimitiveTag(JDWP::JdwpTag tag) { in IsPrimitiveTag() 1111 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag) { in GetObjectTag() 1123 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth() 1668 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty()); in OutputMethodReturnValue() local 1675 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in OutputFieldValue() local 1791 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in GetFieldValueImpl() local 1934 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) { in OutputJValue() 2551 JDWP::JdwpTag tag) in FailGetLocalValue() 2559 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue() 2713 JDWP::JdwpTag tag, T value) in FailSetLocalValue() [all …]
|
| /art/dex2oat/ |
| D | dex2oat.cc | 2093 const char* tag) { in ReadClasses()
|
| /art/runtime/hprof/ |
| D | hprof.cc | 157 void StartNewRecord(uint8_t tag, uint32_t time) { in StartNewRecord()
|