Home
last modified time | relevance | path

Searched refs:DecodeFlags (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_quick_method_header.cc36 CodeInfo code_info(this, CodeInfo::DecodeFlags::InlineInfoOnly); in ToDexPc()
61 CodeInfo code_info(this, CodeInfo::DecodeFlags::InlineInfoOnly); in ToNativeQuickPc()
Dstack_map.h295 enum DecodeFlags { enum
306 explicit CodeInfo(const uint8_t* data, DecodeFlags flags = AllTables) {
310 explicit CodeInfo(const OatQuickMethodHeader* header, DecodeFlags flags = AllTables);
459 void Decode(const uint8_t* data, DecodeFlags flags);
472 ALWAYS_INLINE static void ForEachBitTableField(Callback callback, DecodeFlags flags = AllTables) {
476 if (flags & DecodeFlags::GcMasksOnly) {
481 if (flags & DecodeFlags::InlineInfoOnly) {
Dstack_map.cc30 CodeInfo::CodeInfo(const OatQuickMethodHeader* header, DecodeFlags flags) in CodeInfo()
48 void CodeInfo::Decode(const uint8_t* data, DecodeFlags flags) { in Decode()
Dstack.cc820 CodeInfo::DecodeFlags::InlineInfoOnly); in WalkStack()
Dthread.cc3782 ? CodeInfo::DecodeFlags::AllTables // We will need dex register maps. in VisitQuickFrameWithVregCallback()
3783 : CodeInfo::DecodeFlags::GcMasksOnly); in VisitQuickFrameWithVregCallback()
/art/runtime/entrypoints/
Dentrypoint_utils.cc207 CodeInfo code_info(current_code, CodeInfo::DecodeFlags::InlineInfoOnly); in DoGetCalleeSaveMethodCaller()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc346 CodeInfo code_info(current_code, CodeInfo::DecodeFlags::InlineInfoOnly); in GetCallingDexPc()