Lines Matching refs:ConstantPoolEntry
113 ConstantPoolEntry::Access access;
116 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR);
272 ConstantPoolEntry::Access access;
275 pc, constant_pool, access, ConstantPoolEntry::INTPTR));
315 ConstantPoolEntry::Access* access) {
327 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
328 : ConstantPoolEntry::REGULAR);
334 ConstantPoolEntry::Access* access) {
348 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
349 : ConstantPoolEntry::REGULAR);
355 ConstantPoolEntry::Access access,
356 ConstantPoolEntry::Type type) {
357 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
359 ConstantPoolEntry::Access access_check =
360 static_cast<ConstantPoolEntry::Access>(-1);
376 int pc_offset, int offset, ConstantPoolEntry::Access access,
377 ConstantPoolEntry::Type type) {
379 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
382 ConstantPoolEntry::Access access_check =
383 static_cast<ConstantPoolEntry::Access>(-1);
409 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
410 ConstantPoolEntry::Type type) {
447 ConstantPoolEntry::Access access;
450 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target;