Searched defs:index_word (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-sharedarraybuffer.cc140 void ValidateAtomicIndex(CodeStubAssembler* a, compiler::Node* index_word, argument
148 a->Word32Or(a->Int32LessThan(index_word, a->Int32Constant(0)),
149 a->Int32GreaterThanOrEqual(index_word, array_length_word)),
174 Node* index_word = a.ChangeUint32ToWord(index_word32); local
190 a.AtomicLoad(MachineType::Int8(), backing_store, index_word)));
194 a.AtomicLoad(MachineType::Uint8(), backing_store, index_word)));
198 a.WordShl(index_word, 1))));
202 a.WordShl(index_word, 1))));
206 MachineType::Int32(), backing_store, a.WordShl(index_word, 2))));
210 MachineType::Uint32(), backing_store, a.WordShl(index_word,
233 Node* index_word = a.ChangeUint32ToWord(index_word32); local
[all...]

Completed in 157 milliseconds