Searched refs:stack_check_cursor (Results 1 – 1 of 1) sorted by relevance
796 Address stack_check_cursor = unoptimized_code->instruction_start() + in PatchStackCheckCode() local798 uint32_t table_length = Memory::uint32_at(stack_check_cursor); in PatchStackCheckCode()799 stack_check_cursor += kIntSize; in PatchStackCheckCode()801 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize); in PatchStackCheckCode()804 stack_check_cursor += 2 * kIntSize; in PatchStackCheckCode()815 Address stack_check_cursor = unoptimized_code->instruction_start() + in RevertStackCheckCode() local817 uint32_t table_length = Memory::uint32_at(stack_check_cursor); in RevertStackCheckCode()818 stack_check_cursor += kIntSize; in RevertStackCheckCode()820 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize); in RevertStackCheckCode()823 stack_check_cursor += 2 * kIntSize; in RevertStackCheckCode()