Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dcontexts-inl.h32 return Smi::ToInt(synchronized_get(kUsedSlotIndex)); in OBJECT_CONSTRUCTORS_IMPL()
90 Object Context::synchronized_get(int index) const { in synchronized_get() function
92 return synchronized_get(isolate, index); in synchronized_get()
95 Object Context::synchronized_get(IsolateRoot isolate, int index) const { in synchronized_get() function
292 return ScriptContextTable::cast(synchronized_get(SCRIPT_CONTEXT_TABLE_INDEX)); in synchronized_script_context_table()
Dfixed-array-inl.h126 Object FixedArray::synchronized_get(int index) const { in synchronized_get() function
128 return synchronized_get(isolate, index); in synchronized_get()
131 Object FixedArray::synchronized_get(IsolateRoot isolate, int index) const { in synchronized_get() function
Dfixed-array.h115 inline Object synchronized_get(int index) const;
116 inline Object synchronized_get(IsolateRoot isolate, int index) const;
Dcontexts.h447 V8_INLINE Object synchronized_get(int index) const;
448 V8_INLINE Object synchronized_get(IsolateRoot isolate, int index) const;