Searched defs:DexFileData (Results 1 – 2 of 2) sorted by relevance
783 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct784 DexFileData(ArenaAllocator* allocator, in DexFileData() function823 bool operator==(const DexFileData& other) const { argument834 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument844 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod()850 bool IsPostStartupMethod(uint32_t method_index) const { in IsPostStartupMethod()856 bool IsHotMethod(uint32_t method_index) const { in IsHotMethod()861 bool IsMethodInProfile(uint32_t method_index) const { in IsMethodInProfile()895 ArenaAllocator* const allocator_;897 std::string profile_key;[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...