MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / GetTryItems

Method GetTryItems

Bcore/src/main/cpp/dex/dex_file-inl.h:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135inline const DexFile::TryItem* DexFile::GetTryItems(const DexInstructionIterator& code_item_end,
136 uint32_t offset) {
137 return reinterpret_cast<const TryItem*>
138 (RoundUp(reinterpret_cast<uintptr_t>(&code_item_end.Inst()), TryItem::kAlignment)) + offset;
139}
140
141static inline bool DexFileStringEquals(const DexFile* df1, dex::StringIndex sidx1,
142 const DexFile* df2, dex::StringIndex sidx2) {

Callers

nothing calls this directly

Calls 1

RoundUpFunction · 0.85

Tested by

no test coverage detected