Searched refs:shortage_bytes (Results 1 – 1 of 1) sorted by relevance
1377 int shortage_bytes = in DropFrames() local1391 if (padding_counter * kPointerSize < shortage_bytes) { in DropFrames()1396 Smi::FromInt(padding_counter - shortage_bytes / kPointerSize); in DropFrames()1400 MemMove(padding_start + kPointerSize - shortage_bytes, in DropFrames()1404 pre_top_frame->UpdateFp(pre_top_frame->fp() - shortage_bytes); in DropFrames()1406 unused_stack_top -= shortage_bytes; in DropFrames()1409 top_frame_pc_address -= shortage_bytes / kPointerSize; in DropFrames()