Lines Matching refs:SmiFromInt32
166 SmiFromInt32(AtomicLoad(MachineType::Int8(), backing_store, index_word))); in TF_BUILTIN()
169 Return(SmiFromInt32( in TF_BUILTIN()
173 Return(SmiFromInt32( in TF_BUILTIN()
177 Return(SmiFromInt32(AtomicLoad(MachineType::Uint16(), backing_store, in TF_BUILTIN()
289 Return(SmiFromInt32(AtomicExchange(MachineType::Int8(), backing_store, in TF_BUILTIN()
293 Return(SmiFromInt32(AtomicExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN()
297 Return(SmiFromInt32(AtomicExchange(MachineType::Int16(), backing_store, in TF_BUILTIN()
301 Return(SmiFromInt32(AtomicExchange(MachineType::Uint16(), backing_store, in TF_BUILTIN()
367 Return(SmiFromInt32(AtomicCompareExchange(MachineType::Int8(), backing_store, in TF_BUILTIN()
372 Return(SmiFromInt32(AtomicCompareExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN()
377 Return(SmiFromInt32(AtomicCompareExchange( in TF_BUILTIN()
382 Return(SmiFromInt32(AtomicCompareExchange( in TF_BUILTIN()
464 Return(SmiFromInt32((this->*function)(MachineType::Int8(), backing_store, in BINOP_BUILTIN()
468 Return(SmiFromInt32((this->*function)(MachineType::Uint8(), backing_store, in BINOP_BUILTIN()
472 Return(SmiFromInt32((this->*function)(MachineType::Int16(), backing_store, in BINOP_BUILTIN()
476 Return(SmiFromInt32((this->*function)(MachineType::Uint16(), backing_store, in BINOP_BUILTIN()