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

  /external/v8/src/compiler/
js-graph.cc 215 Node* JSGraph::RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) {
219 *loc = graph()->NewNode(common()->RelocatableInt64Constant(value, rmode));
227 ? RelocatableInt64Constant(value, rmode)
js-graph.h 112 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode);
common-operator.h 348 const Operator* RelocatableInt64Constant(int64_t value,
raw-machine-assembler.cc 41 ? RelocatableInt64Constant(value, rmode)
raw-machine-assembler.h 115 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) {
116 return AddNode(common()->RelocatableInt64Constant(value, rmode));
opcodes.h 49 V(RelocatableInt64Constant)
common-operator.cc     [all...]

Completed in 179 milliseconds