Searched refs:RelocatableInt32Constant (Results 1 – 9 of 9) sorted by relevance
168 Node* JSGraph::RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) { in RelocatableInt32Constant() function in v8::internal::compiler::JSGraph172 *loc = graph()->NewNode(common()->RelocatableInt32Constant(value, rmode)); in RelocatableInt32Constant()190 : RelocatableInt32Constant(static_cast<int>(value), rmode); in RelocatableIntPtrConstant()
105 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode);
196 const Operator* RelocatableInt32Constant(int32_t value,
108 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) { in RelocatableInt32Constant() function109 return AddNode(common()->RelocatableInt32Constant(value, rmode)); in RelocatableInt32Constant()
43 V(RelocatableInt32Constant) \
744 const Operator* CommonOperatorBuilder::RelocatableInt32Constant( in RelocatableInt32Constant() function in v8::internal::compiler::CommonOperatorBuilder
42 : RelocatableInt32Constant(static_cast<int>(value), rmode); in RelocatableIntPtrConstant()
2517 mem_size_ = jsgraph()->RelocatableInt32Constant( in MemSize()2521 return jsgraph()->RelocatableInt32Constant( in MemSize()2588 jsgraph()->RelocatableInt32Constant( in BoundsCheckMem()
154 m.RelocatableInt32Constant(0x200, RelocInfo::WASM_MEMORY_SIZE_REFERENCE); in TEST()