Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcode_item_accessors-inl.h188 inline bool CodeItemDebugInfoAccessor::DecodeDebugLocalInfo(bool is_static, in DecodeDebugLocalInfo() function
192 return dex_file_->DecodeDebugLocalInfo(RegistersSize(), in DecodeDebugLocalInfo()
Dcode_item_accessors.h150 bool DecodeDebugLocalInfo(bool is_static,
Ddex_file-inl.h225 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()
Ddex_file_loader_test.cc482 ASSERT_TRUE(accessor.DecodeDebugLocalInfo(true, 1, Callback, nullptr)); in TEST_F()
/art/openjdkjvmti/
Dti_method.cc270 if (!accessor.DecodeDebugLocalInfo(art_method->IsStatic(), in GetLocalVariableTable()
661 if (!dex_file->DecodeDebugLocalInfo(accessor.RegistersSize(), in GetSlotType()
/art/compiler/debug/
Delf_debug_info_writer.h263 if (accessor.DecodeDebugLocalInfo(is_static, in Write()
/art/dexlayout/
Ddexlayout.cc1154 DexFile::DecodeDebugLocalInfo(debug_info->GetDebugInfo(), in DumpCode()