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

  /external/v8/src/compiler/
code-assembler.h 157 V(ChangeUint32ToUint64) \
graph-assembler.h 24 V(ChangeUint32ToUint64) \
machine-operator.h 312 const Operator* ChangeUint32ToUint64();
memory-optimizer.cc 390 index = graph()->NewNode(machine()->ChangeUint32ToUint64(), key);
raw-machine-assembler.h 595 Node* ChangeUint32ToUint64(Node* a) {
596 return AddNode(machine()->ChangeUint32ToUint64(), a);
code-assembler.cc 382 value = raw_assembler()->ChangeUint32ToUint64(value);
opcodes.h 517 V(ChangeUint32ToUint64) \
machine-operator.cc 156 V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \
    [all...]
effect-control-linearizer.cc     [all...]
wasm-compiler.cc 959 op = m->ChangeUint32ToUint64();
    [all...]
simplified-lowering.cc     [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 702 milliseconds