Searched refs:index_word (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 30 void ValidateAtomicIndex(Node* array, Node* index_word, Node* context); 32 void DebugSanityCheckAtomicIndex(Node* array, Node* index_word, 110 Node* index_word, in ValidateAtomicIndex() argument 116 GotoIf(Uint32LessThan(index_word, array_length_word32), &check_passed); in ValidateAtomicIndex() 125 Node* array, Node* index_word, Node* context) { in DebugSanityCheckAtomicIndex() argument 131 Uint32LessThan(index_word, in DebugSanityCheckAtomicIndex() 150 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN() local 166 SmiFromInt32(AtomicLoad(MachineType::Int8(), backing_store, index_word))); in TF_BUILTIN() 170 AtomicLoad(MachineType::Uint8(), backing_store, index_word))); in TF_BUILTIN() 174 AtomicLoad(MachineType::Int16(), backing_store, WordShl(index_word, 1)))); in TF_BUILTIN() [all …]
|