Searched refs:DecodeDebugLocalInfo (Results 1 – 9 of 9) sorted by relevance
/art/libdexfile/dex/ |
D | code_item_accessors-inl.h | 203 inline bool CodeItemDebugInfoAccessor::DecodeDebugLocalInfo( in DecodeDebugLocalInfo() function 207 return dex_file_->DecodeDebugLocalInfo(RegistersSize(), in DecodeDebugLocalInfo()
|
D | dex_file-inl.h | 181 bool DexFile::DecodeDebugLocalInfo(const uint8_t* stream, in DecodeDebugLocalInfo() function 337 bool DexFile::DecodeDebugLocalInfo(uint32_t registers_size, in DecodeDebugLocalInfo() function 353 return DecodeDebugLocalInfo(stream, in DecodeDebugLocalInfo()
|
D | code_item_accessors.h | 165 bool DecodeDebugLocalInfo(bool is_static,
|
D | dex_file_loader_test.cc | 484 ASSERT_TRUE(accessor.DecodeDebugLocalInfo(true, 1, VoidFunctor())); in TEST_F()
|
D | dex_file.h | 655 static bool DecodeDebugLocalInfo(const uint8_t* stream, 668 bool DecodeDebugLocalInfo(uint32_t registers_size,
|
/art/openjdkjvmti/ |
D | ti_method.cc | 277 if (!accessor.DecodeDebugLocalInfo(art_method->IsStatic(), in GetLocalVariableTable() 760 if (!accessor.DecodeDebugLocalInfo(method->IsStatic(), method->GetDexMethodIndex(), visitor) || in GetSlotType()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 245 if (accessor.DecodeDebugLocalInfo(is_static, in Write()
|
/art/dexdump/ |
D | dexdump.cc | 1191 accessor.DecodeDebugLocalInfo(is_static, in dumpCode()
|
/art/dexlayout/ |
D | dexlayout.cc | 1125 DexFile::DecodeDebugLocalInfo(debug_info->GetDebugInfo(), in DumpCode()
|