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 177 Node* JSGraph::RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) {
181 *loc = graph()->NewNode(common()->RelocatableInt64Constant(value, rmode));
189 ? RelocatableInt64Constant(value, rmode)
js-graph.h 106 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode);
common-operator.h 198 const Operator* RelocatableInt64Constant(int64_t value,
opcodes.h 44 V(RelocatableInt64Constant)
raw-machine-assembler.h 111 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) {
112 return AddNode(common()->RelocatableInt64Constant(value, rmode));
common-operator.cc 753 const Operator* CommonOperatorBuilder::RelocatableInt64Constant(
757 "RelocatableInt64Constant", // name
    [all...]
raw-machine-assembler.cc 41 ? RelocatableInt64Constant(value, rmode)

Completed in 566 milliseconds