Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcode_item_accessors-inl.h203 inline bool CodeItemDebugInfoAccessor::DecodeDebugLocalInfo( in DecodeDebugLocalInfo() function
207 return dex_file_->DecodeDebugLocalInfo(RegistersSize(), in DecodeDebugLocalInfo()
Ddex_file-inl.h181 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()
Dcode_item_accessors.h165 bool DecodeDebugLocalInfo(bool is_static,
Ddex_file_loader_test.cc484 ASSERT_TRUE(accessor.DecodeDebugLocalInfo(true, 1, VoidFunctor())); in TEST_F()
Ddex_file.h655 static bool DecodeDebugLocalInfo(const uint8_t* stream,
668 bool DecodeDebugLocalInfo(uint32_t registers_size,
/art/openjdkjvmti/
Dti_method.cc277 if (!accessor.DecodeDebugLocalInfo(art_method->IsStatic(), in GetLocalVariableTable()
760 if (!accessor.DecodeDebugLocalInfo(method->IsStatic(), method->GetDexMethodIndex(), visitor) || in GetSlotType()
/art/compiler/debug/
Delf_debug_info_writer.h245 if (accessor.DecodeDebugLocalInfo(is_static, in Write()
/art/dexdump/
Ddexdump.cc1230 accessor.DecodeDebugLocalInfo(is_static, in dumpCode()
/art/dexlayout/
Ddexlayout.cc1125 DexFile::DecodeDebugLocalInfo(debug_info->GetDebugInfo(), in DumpCode()