Home
last modified time | relevance | path

Searched refs:RelocatableInt32Constant (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Djs-graph.cc168 Node* JSGraph::RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) { in RelocatableInt32Constant() function in v8::internal::compiler::JSGraph
172 *loc = graph()->NewNode(common()->RelocatableInt32Constant(value, rmode)); in RelocatableInt32Constant()
190 : RelocatableInt32Constant(static_cast<int>(value), rmode); in RelocatableIntPtrConstant()
Djs-graph.h105 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode);
Dcommon-operator.h196 const Operator* RelocatableInt32Constant(int32_t value,
Draw-machine-assembler.h108 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) { in RelocatableInt32Constant() function
109 return AddNode(common()->RelocatableInt32Constant(value, rmode)); in RelocatableInt32Constant()
Dopcodes.h43 V(RelocatableInt32Constant) \
Dcommon-operator.cc744 const Operator* CommonOperatorBuilder::RelocatableInt32Constant( in RelocatableInt32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Draw-machine-assembler.cc42 : RelocatableInt32Constant(static_cast<int>(value), rmode); in RelocatableIntPtrConstant()
Dwasm-compiler.cc2517 mem_size_ = jsgraph()->RelocatableInt32Constant( in MemSize()
2521 return jsgraph()->RelocatableInt32Constant( in MemSize()
2588 jsgraph()->RelocatableInt32Constant( in BoundsCheckMem()
/external/v8/test/cctest/compiler/
Dtest-run-wasm-machops.cc154 m.RelocatableInt32Constant(0x200, RelocInfo::WASM_MEMORY_SIZE_REFERENCE); in TEST()