Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.cc718 int pc_slots = V8_TARGET_ARCH_STORES_RETURN_ADDRESS_ON_STACK ? 1 : 0; in TailCallFrameStackSlotDelta() local
720 has_frame ? (frame()->GetTotalFrameSlotCount() - pc_slots) : 0; in TailCallFrameStackSlotDelta()