Lines Matching defs:poim
363 function poim(address) {
380 const map_addr = int(poim(address - 1));
383 const map_map_addr = int(poim(map_addr - 1));
394 return is_map(poim(address - 1));
410 let maybe_map_addr = poim(aligned_addr);
417 maybe_map_addr = poim(aligned_addr);
446 `found object: ${hex(obj_addr + 1)} : ${hex(poim(obj_addr))}`);
458 `found object: ${hex(obj_addr + 1)} : ${hex(poim(obj_addr))}`);
481 print(`${hex(obj + 1)} : ${hex(poim(obj))}`);
504 `${" ".repeat(2 * depth)}${hex(obj)} : ${hex(poim(obj - 1))}`;
519 let field = poim(cur);
764 let val = poim(aligned_addr);
783 val = poim(aligned_addr);
852 print(` ${hex(slot)} -> ${hex(poim(slot))}`);