Lines Matching defs:access
113 ConstantPoolEntry::Access access;
114 if (Assembler::IsConstantPoolLoadStart(pc_, &access))
116 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR);
272 ConstantPoolEntry::Access access;
273 if (IsConstantPoolLoadStart(pc, &access))
275 pc, constant_pool, access, ConstantPoolEntry::INTPTR));
308 // 1) REGULAR access:
311 // 2) OVERFLOWED access:
315 ConstantPoolEntry::Access* access) {
326 if (access) {
327 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
334 ConstantPoolEntry::Access* access) {
347 if (access) {
348 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
355 ConstantPoolEntry::Access access,
357 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
362 DCHECK(access_check == access);
376 int pc_offset, int offset, ConstantPoolEntry::Access access,
379 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
385 DCHECK(access_check == access);
409 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
413 addr += GetConstantPoolOffset(pc, access, type);
447 ConstantPoolEntry::Access access;
448 if (IsConstantPoolLoadStart(pc, &access)) {
450 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target;