Lines Matching defs:registers
1991 // maintain a execution result scope where registers can be allocated.
4660 RegisterList registers = register_allocator()->AllLiveRegisters();
4662 // Save context, registers, and state. This bytecode then returns the value
4665 builder()->SuspendGenerator(generator_object(), registers, suspend_id);
4670 // Clobbers all registers and sets the accumulator to the
4672 builder()->ResumeGenerator(generator_object(), registers);
5391 // the registers up-front. Otherwise these registers are unavailable during
5393 // registers keeping objects alive.
5517 // and store in sequential args registers.
7094 // in registers.
7126 // To make sure that all temporary registers are returned before generating
7128 // Dead registers might be materialized otherwise.