Lines Matching full:stack_check_cursor
1048 Address stack_check_cursor = unoptimized_code->instruction_start() +
1050 uint32_t table_length = Memory::uint32_at(stack_check_cursor);
1051 stack_check_cursor += kIntSize;
1053 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize);
1059 stack_check_cursor += 2 * kIntSize;
1070 Address stack_check_cursor = unoptimized_code->instruction_start() +
1072 uint32_t table_length = Memory::uint32_at(stack_check_cursor);
1073 stack_check_cursor += kIntSize;
1075 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize);
1081 stack_check_cursor += 2 * kIntSize;