Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h1306 free_slot_count_ = 0; in Trampoline()
1312 free_slot_count_ = slot_count; in Trampoline()
1323 if (free_slot_count_ <= 0) { in take_slot()
1331 free_slot_count_--; in take_slot()
1341 int free_slot_count_; variable
/external/v8/src/mips64/
Dassembler-mips64.h1343 free_slot_count_ = 0; in Trampoline()
1349 free_slot_count_ = slot_count; in Trampoline()
1360 if (free_slot_count_ <= 0) { in take_slot()
1368 free_slot_count_--; in take_slot()
1378 int free_slot_count_; variable