Lines Matching refs:hex

130 function hex(number) {
203 // using hex string representation.
205 l = hex(l);
207 r = hex(r);
442 `No object found within ${max_slots} slots prior to ${hex(addr)}`);
446 `found object: ${hex(obj_addr + 1)} : ${hex(poim(obj_addr))}`);
454 `No object found within ${max_slots} slots following ${hex(addr)}`);
458 `found object: ${hex(obj_addr + 1)} : ${hex(poim(obj_addr))}`);
474 print(`objects in range ${hex(start)} - ${hex(end)}`);
481 print(`${hex(obj + 1)} : ${hex(poim(obj))}`);
487 print(`found ${count} objects in range ${hex(start)} - ${hex(end)}`)
494 print(`${hex(root)} doesn't look like an object`);
504 `${" ".repeat(2 * depth)}${hex(obj)} : ${hex(poim(obj - 1))}`;
523 `${" ".repeat(2 * depth + 2)}cycle: ${hex(cur)}->${hex(field)}`);
554 let addr = hex(cur.address);
555 let area = `${hex(cur.area_start_)} - ${hex(cur.area_end_)}`;
557 print(`${imm} ${addr}:\t ${area} (${hex(cur.size_)}) : ${dt}`);
672 print(`${hex(address)} is in ${c.space} (chunk: ${hex(c.address)})`);
675 print(`Address ${hex(address)} is not in managed heap`);
714 print(`Handles in block at ${hex(block)}`);
717 print(` ${hex(location)}->${hex(poi(location))}`);
722 print(`Handles in block at ${hex(last_block)}`);
725 print(` ${hex(location)}->${hex(poi(location))}`);
732 print(`${prefix} at ${hex(hsd.next.address)}`);
736 print(`${prefix} from the spare block at ${hex(location)}`);
747 let addr_hex = hex(addr);
758 print(`${hex(addr)} doesn't look like a valid address`);
809 print(`failed to process chunk ${hex(c.address)} due to ${e.message}`);
815 print(`Remembered set in chunk ${hex(chunk_addr)}`);
828 print(`page_start_ [${hex(rs.page_start_)}] doesn't match chunk_addr!`);
840 print(` bucket ${hex(bucket.address.asNumber())}:`);
852 print(` ${hex(slot)} -> ${hex(poim(slot))}`);
861 else print(` ${count} remembered pointers in chunk ${hex(chunk_addr)}`);