Searched refs:StoreConstant (Results 1 – 4 of 4) sorted by relevance
21 define void @StoreConstant(i32* nocapture %p) nounwind uwtable sanitize_memory {27 ; CHECK-LABEL: @StoreConstant
247 __ StoreConstant(reinterpret_cast<intptr_t>(smi), in EmitMove() local250 __ StoreConstant(cgen_->ToInteger32(constant_source), in EmitMove() local258 __ StoreConstant(reinterpret_cast<intptr_t>(obj), in EmitMove() local
79 void StoreConstant(uint64_t value, const MemOperand& operand);
68 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { in StoreConstant() function in v8::internal::DelayedMasm