Searched refs:CPLocations (Results 1 – 3 of 3) sorted by relevance
129 assert(CPLocations.size() > Index && "CP not emitted!"); in getConstantPoolEntryAddress()130 return CPLocations[Index]; in getConstantPoolEntryAddress()
132 CPLocations.clear(); in finishFunction()154 CPLocations.push_back(CstPool.size()); in emitConstantPool()
46 std::vector<uintptr_t> CPLocations; variable