Searched refs:DecodeDebugLocalInfo (Results 1 - 7 of 7) sorted by relevance

/art/compiler/debug/
H A Delf_debug_info_writer.h192 // Write parameters. DecodeDebugLocalInfo returns them as well, but it does not
194 // DecodeDebugLocalInfo might not also be available if there is no debug info.
237 if (dex->DecodeDebugLocalInfo(dex_code,
/art/runtime/
H A Ddex_file_test.cc622 ASSERT_TRUE(raw->DecodeDebugLocalInfo(code_item, true, 1, Callback, nullptr));
H A Ddex_file.h1026 bool DecodeDebugLocalInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
H A Ddex_file.cc960 bool DexFile::DecodeDebugLocalInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx, function in class:art::DexFile
H A Ddebugger.cc1690 m->GetDexFile()->DecodeDebugLocalInfo(
/art/dexlayout/
H A Ddex_ir.cc731 dex_file.DecodeDebugLocalInfo(
/art/dexdump/
H A Ddexdump.cc1193 pDexFile->DecodeDebugLocalInfo(pCode, is_static, idx, dumpLocalsCb, nullptr);

Completed in 158 milliseconds