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

  /external/v8/src/compiler/
js-graph.cc 168 Node* JSGraph::RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) {
172 *loc = graph()->NewNode(common()->RelocatableInt32Constant(value, rmode));
190 : RelocatableInt32Constant(static_cast<int>(value), rmode);
js-graph.h 105 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode);
common-operator.h 196 const Operator* RelocatableInt32Constant(int32_t value,
opcodes.h 43 V(RelocatableInt32Constant) \
raw-machine-assembler.h 108 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) {
109 return AddNode(common()->RelocatableInt32Constant(value, rmode));
common-operator.cc 744 const Operator* CommonOperatorBuilder::RelocatableInt32Constant(
748 "RelocatableInt32Constant", // name
    [all...]
raw-machine-assembler.cc 42 : RelocatableInt32Constant(static_cast<int>(value), rmode);
wasm-compiler.cc     [all...]
  /external/v8/test/cctest/compiler/
test-run-wasm-machops.cc 154 m.RelocatableInt32Constant(0x200, RelocInfo::WASM_MEMORY_SIZE_REFERENCE);

Completed in 666 milliseconds