Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 11 of 11) 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/compiler/debug/dwarf/
Ddebug_abbrev_writer.h51 void StartAbbrev(Tag tag) { in StartAbbrev()
Ddebug_info_entry_writer.h53 size_t StartTag(Tag tag) { in StartTag()
/art/runtime/base/
Dallocator.h92 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation()
100 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
Dlogging.cc255 const char* tag = ProgramInvocationShortName(); in LogLine() local
279 const char* tag = ProgramInvocationShortName(); in LogLineLowStack() local
/art/compiler/utils/
Darray_ref.h43 struct tag { }; struct
/art/runtime/jdwp/
Djdwp_event.cc980 uint8_t tag; in PostFieldEvent() local
1217 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass.Get()); in PostClassPrepare() local
Djdwp_handler.cc58 uint8_t tag; in WriteTaggedObject() local
/art/runtime/
Ddebugger.cc466 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/
Ddex2oat.cc2093 const char* tag) { in ReadClasses()
/art/runtime/hprof/
Dhprof.cc157 void StartNewRecord(uint8_t tag, uint32_t time) { in StartNewRecord()