Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h585 Smi new_id, last_id_before_cas; in NextScriptId() local
598 last_id_before_cas = last_id; in NextScriptId()
601 } while (last_id != last_id_before_cas); in NextScriptId()