Searched defs:StoreConstant (Results 1 – 2 of 2) sorted by relevance
245 __ StoreConstant(reinterpret_cast<intptr_t>(smi), in EmitMove() local248 __ StoreConstant(cgen_->ToInteger32(constant_source), in EmitMove() local256 __ StoreConstant(reinterpret_cast<intptr_t>(obj), in EmitMove() local
66 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { in StoreConstant() function in v8::internal::DelayedMasm