Home | History | Annotate | Download | only in src

Lines Matching full:stack_check_cursor

796   Address stack_check_cursor = unoptimized_code->instruction_start() +
798 uint32_t table_length = Memory::uint32_at(stack_check_cursor);
799 stack_check_cursor += kIntSize;
801 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize);
804 stack_check_cursor += 2 * kIntSize;
815 Address stack_check_cursor = unoptimized_code->instruction_start() +
817 uint32_t table_length = Memory::uint32_at(stack_check_cursor);
818 stack_check_cursor += kIntSize;
820 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize);
823 stack_check_cursor += 2 * kIntSize;