Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h142 struct DexPcData : public ArenaObject<kArenaAllocProfile> { struct
143 explicit DexPcData(ArenaAllocator* arena) in DexPcData() function
158 bool operator==(const DexPcData& other) const { argument
172 // The inline cache map: DexPc -> DexPcData. argument