Searched refs:synchronized_get (Results 1 – 4 of 4) sorted by relevance
32 return Smi::ToInt(synchronized_get(kUsedSlotIndex)); in OBJECT_CONSTRUCTORS_IMPL()90 Object Context::synchronized_get(int index) const { in synchronized_get() function92 return synchronized_get(isolate, index); in synchronized_get()95 Object Context::synchronized_get(IsolateRoot isolate, int index) const { in synchronized_get() function292 return ScriptContextTable::cast(synchronized_get(SCRIPT_CONTEXT_TABLE_INDEX)); in synchronized_script_context_table()
126 Object FixedArray::synchronized_get(int index) const { in synchronized_get() function128 return synchronized_get(isolate, index); in synchronized_get()131 Object FixedArray::synchronized_get(IsolateRoot isolate, int index) const { in synchronized_get() function
115 inline Object synchronized_get(int index) const;116 inline Object synchronized_get(IsolateRoot isolate, int index) const;
447 V8_INLINE Object synchronized_get(int index) const;448 V8_INLINE Object synchronized_get(IsolateRoot isolate, int index) const;