HomeSort by relevance Sort by last modified time
    Searched refs:RelocatableInt32Constant (Results 1 - 8 of 8) sorted by null

  /external/v8/src/compiler/
js-graph.cc 206 Node* JSGraph::RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) {
210 *loc = graph()->NewNode(common()->RelocatableInt32Constant(value, rmode));
228 : RelocatableInt32Constant(static_cast<int>(value), rmode);
js-graph.h 111 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode);
common-operator.h 346 const Operator* RelocatableInt32Constant(int32_t value,
raw-machine-assembler.cc 42 : RelocatableInt32Constant(static_cast<int>(value), rmode);
raw-machine-assembler.h 112 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) {
113 return AddNode(common()->RelocatableInt32Constant(value, rmode));
opcodes.h 48 V(RelocatableInt32Constant) \
wasm-compiler.cc     [all...]
common-operator.cc     [all...]

Completed in 390 milliseconds