Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h53 int AllocateSpillSlot(bool is_double) { in AllocateSpillSlot() function
Dregister-allocator.cc2166 int index = code()->frame()->AllocateSpillSlot(kind == DOUBLE_REGISTERS); in Spill()