Searched refs:DecodeDebugLocalInfo (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | code_item_accessors-inl.h | 188 inline bool CodeItemDebugInfoAccessor::DecodeDebugLocalInfo(bool is_static, in DecodeDebugLocalInfo() function 192 return dex_file_->DecodeDebugLocalInfo(RegistersSize(), in DecodeDebugLocalInfo()
|
D | code_item_accessors.h | 150 bool DecodeDebugLocalInfo(bool is_static,
|
D | dex_file-inl.h | 225 bool DexFile::DecodeDebugLocalInfo(const uint8_t* stream, in DecodeDebugLocalInfo() function 382 bool DexFile::DecodeDebugLocalInfo(uint32_t registers_size, in DecodeDebugLocalInfo() function 399 return DecodeDebugLocalInfo(stream, in DecodeDebugLocalInfo()
|
D | dex_file_loader_test.cc | 482 ASSERT_TRUE(accessor.DecodeDebugLocalInfo(true, 1, Callback, nullptr)); in TEST_F()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 270 if (!accessor.DecodeDebugLocalInfo(art_method->IsStatic(), in GetLocalVariableTable() 661 if (!dex_file->DecodeDebugLocalInfo(accessor.RegistersSize(), in GetSlotType()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 263 if (accessor.DecodeDebugLocalInfo(is_static, in Write()
|
/art/dexlayout/ |
D | dexlayout.cc | 1154 DexFile::DecodeDebugLocalInfo(debug_info->GetDebugInfo(), in DumpCode()
|