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

  /external/v8/test/cctest/compiler/
test-run-wasm-machops.cc 56 Node* base = m.RelocatableIntPtrConstant(reinterpret_cast<intptr_t>(raw),
58 Node* base1 = m.RelocatableIntPtrConstant(
106 Node* base = m.RelocatableIntPtrConstant(reinterpret_cast<intptr_t>(buffer),
  /external/v8/src/compiler/
js-graph.h 107 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode);
js-graph.cc 186 Node* JSGraph::RelocatableIntPtrConstant(intptr_t value,
raw-machine-assembler.cc 38 Node* RawMachineAssembler::RelocatableIntPtrConstant(intptr_t value,
wasm-compiler.cc     [all...]
raw-machine-assembler.h 79 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode);

Completed in 115 milliseconds