Searched refs:DecodeDebugLocalInfo (Results 1 – 10 of 10) sorted by relevance
/art/libdexfile/dex/ |
D | code_item_accessors-inl.h | 202 inline bool CodeItemDebugInfoAccessor::DecodeDebugLocalInfo( in DecodeDebugLocalInfo() function 206 return dex_file_->DecodeDebugLocalInfo(RegistersSize(), in DecodeDebugLocalInfo()
|
D | dex_file-inl.h | 180 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()
|
D | code_item_accessors.h | 164 bool DecodeDebugLocalInfo(bool is_static,
|
D | dex_file.h | 652 static bool DecodeDebugLocalInfo(const uint8_t* stream, 665 bool DecodeDebugLocalInfo(uint32_t registers_size,
|
D | dex_file_loader_test.cc | 494 ASSERT_TRUE(accessor.DecodeDebugLocalInfo(true, 1, VoidFunctor())); in TEST_F()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 259 if (!accessor.DecodeDebugLocalInfo(art_method->IsStatic(), in GetLocalVariableTable() 620 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 | 1124 DexFile::DecodeDebugLocalInfo(debug_info->GetDebugInfo(), in DumpCode()
|
/art/runtime/ |
D | debugger.cc | 1715 accessor.DecodeDebugLocalInfo(m->IsStatic(), in OutputVariableTable()
|