Searched refs:DecodeFlags (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | oat_quick_method_header.cc | 36 CodeInfo code_info(this, CodeInfo::DecodeFlags::InlineInfoOnly); in ToDexPc() 61 CodeInfo code_info(this, CodeInfo::DecodeFlags::InlineInfoOnly); in ToNativeQuickPc()
|
D | stack_map.h | 295 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) {
|
D | stack_map.cc | 30 CodeInfo::CodeInfo(const OatQuickMethodHeader* header, DecodeFlags flags) in CodeInfo() 48 void CodeInfo::Decode(const uint8_t* data, DecodeFlags flags) { in Decode()
|
D | stack.cc | 820 CodeInfo::DecodeFlags::InlineInfoOnly); in WalkStack()
|
D | thread.cc | 3782 ? CodeInfo::DecodeFlags::AllTables // We will need dex register maps. in VisitQuickFrameWithVregCallback() 3783 : CodeInfo::DecodeFlags::GcMasksOnly); in VisitQuickFrameWithVregCallback()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 207 CodeInfo code_info(current_code, CodeInfo::DecodeFlags::InlineInfoOnly); in DoGetCalleeSaveMethodCaller()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 346 CodeInfo code_info(current_code, CodeInfo::DecodeFlags::InlineInfoOnly); in GetCallingDexPc()
|