Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc.h1584 free_slot_count_ = 0; in Trampoline()
1588 free_slot_count_ = slot_count; in Trampoline()
1592 if (free_slot_count_ <= 0) { in take_slot()
1600 free_slot_count_--; in take_slot()
1608 int free_slot_count_; variable
/external/v8/src/mips/
Dassembler-mips.h2143 free_slot_count_ = 0; in Trampoline()
2149 free_slot_count_ = slot_count; in Trampoline()
2160 if (free_slot_count_ <= 0) { in take_slot()
2168 free_slot_count_--; in take_slot()
2178 int free_slot_count_; variable
/external/v8/src/mips64/
Dassembler-mips64.h2208 free_slot_count_ = 0; in Trampoline()
2214 free_slot_count_ = slot_count; in Trampoline()
2225 if (free_slot_count_ <= 0) { in take_slot()
2233 free_slot_count_--; in take_slot()
2243 int free_slot_count_; variable