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

  /external/v8/src/
machine-type.h 69 static MachineRepresentation PointerRepresentation() {
74 return MachineType(PointerRepresentation(), MachineSemantic::kNone);
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 43 MachineType::PointerRepresentation(),
51 MachineType::PointerRepresentation(),
60 MachineType::PointerRepresentation(),
70 MachineType::PointerRepresentation(),
machine-operator-unittest.cc 275 return MachineType::PointerRepresentation();
338 return MachineType::PointerRepresentation();
js-builtin-reducer-unittest.cc 29 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(),
branch-elimination-unittest.cc 21 : machine_(zone(), MachineType::PointerRepresentation(),
js-context-relaxation-unittest.cc 22 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(),
js-intrinsic-lowering-unittest.cc 35 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(),
common-operator-reducer-unittest.cc 31 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(),
  /external/v8/test/cctest/compiler/
test-multiple-return.cc 77 desc, MachineType::PointerRepresentation(),
graph-builder-tester.h 27 main_machine_(zone, MachineType::PointerRepresentation(),
codegen-tester.h 39 MachineType::PointerRepresentation(),
test-machine-operator-reducer.cc 59 machine(main_zone(), MachineType::PointerRepresentation(), flags),
  /external/v8/src/compiler/
instruction-selector-impl.h 155 MachineRepresentation rep = MachineType::PointerRepresentation();
machine-operator.h 148 MachineRepresentation word = MachineType::PointerRepresentation(),
interpreter-assembler.cc 34 MachineType::PointerRepresentation(),
raw-machine-assembler.h 41 MachineRepresentation word = MachineType::PointerRepresentation(),
instruction.h     [all...]
pipeline.cc 108 graph_zone_, MachineType::PointerRepresentation(),
    [all...]
simplified-lowering.cc 298 return NodeOutputInfo(MachineType::PointerRepresentation(), Type::Any());
    [all...]
wasm-compiler.cc     [all...]
  /external/v8/test/cctest/wasm/
test-run-wasm.cc     [all...]

Completed in 134 milliseconds