Home
last modified time | relevance | path

Searched refs:DecodeDebugLocalInfo (Results 1 – 10 of 10) sorted by relevance

/art/libdexfile/dex/
Dcode_item_accessors-inl.h202 inline bool CodeItemDebugInfoAccessor::DecodeDebugLocalInfo( in DecodeDebugLocalInfo() function
206 return dex_file_->DecodeDebugLocalInfo(RegistersSize(), in DecodeDebugLocalInfo()
Ddex_file-inl.h180 bool DexFile::DecodeDebugLocalInfo(const uint8_t* stream, in DecodeDebugLocalInfo() function
336 bool DexFile::DecodeDebugLocalInfo(uint32_t registers_size, in DecodeDebugLocalInfo() function
352 return DecodeDebugLocalInfo(stream, in DecodeDebugLocalInfo()
Dcode_item_accessors.h164 bool DecodeDebugLocalInfo(bool is_static,
Ddex_file.h652 static bool DecodeDebugLocalInfo(const uint8_t* stream,
665 bool DecodeDebugLocalInfo(uint32_t registers_size,
Ddex_file_loader_test.cc494 ASSERT_TRUE(accessor.DecodeDebugLocalInfo(true, 1, VoidFunctor())); in TEST_F()
/art/openjdkjvmti/
Dti_method.cc259 if (!accessor.DecodeDebugLocalInfo(art_method->IsStatic(), in GetLocalVariableTable()
620 if (!accessor.DecodeDebugLocalInfo(method->IsStatic(), method->GetDexMethodIndex(), visitor) || in GetSlotType()
/art/compiler/debug/
Delf_debug_info_writer.h245 if (accessor.DecodeDebugLocalInfo(is_static, in Write()
/art/dexdump/
Ddexdump.cc1191 accessor.DecodeDebugLocalInfo(is_static, in dumpCode()
/art/dexlayout/
Ddexlayout.cc1124 DexFile::DecodeDebugLocalInfo(debug_info->GetDebugInfo(), in DumpCode()
/art/runtime/
Ddebugger.cc1715 accessor.DecodeDebugLocalInfo(m->IsStatic(), in OutputVariableTable()