Home
last modified time | relevance | path

Searched refs:shortage_bytes (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/debug/
Dliveedit.cc1377 int shortage_bytes = in DropFrames() local
1391 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()