Home
last modified time | relevance | path

Searched refs:AllTables (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack_map.h296 AllTables = 0, enumerator
306 explicit CodeInfo(const uint8_t* data, DecodeFlags flags = AllTables) {
310 explicit CodeInfo(const OatQuickMethodHeader* header, DecodeFlags flags = AllTables);
472 ALWAYS_INLINE static void ForEachBitTableField(Callback callback, DecodeFlags flags = AllTables) {
Dthread.cc3782 ? CodeInfo::DecodeFlags::AllTables // We will need dex register maps. in VisitQuickFrameWithVregCallback()