Searched defs:RelocatableInt32Constant (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
D | js-graph.cc | 194 Node* JSGraph::RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) { in RelocatableInt32Constant() function in v8::internal::compiler::JSGraph |
D | common-operator.cc | 900 const Operator* CommonOperatorBuilder::RelocatableInt32Constant( in RelocatableInt32Constant() function in v8::internal::compiler::CommonOperatorBuilder |
D | raw-machine-assembler.h | 112 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) { in RelocatableInt32Constant() function |