Home
last modified time | relevance | path

Searched defs:DexPcData (Results 1 – 1 of 1) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h135 struct DexPcData : public ArenaObject<kArenaAllocProfile> { struct
136 explicit DexPcData(ArenaAllocator* allocator) in DexPcData() function
138 explicit DexPcData(const ArenaAllocatorAdapter<void>& allocator) in DexPcData() function
153 bool operator==(const DexPcData& other) const { argument
167 // The inline cache map: DexPc -> DexPcData. argument