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

  /external/v8/src/
machine-type.h 177 inline int ElementSizeLog2Of(MachineRepresentation rep) {
  /external/v8/test/unittests/compiler/
change-lowering-unittest.cc 251 ElementSizeLog2Of(access.machine_type.representation());
301 ElementSizeLog2Of(access.machine_type.representation());
  /external/v8/src/wasm/
wasm-opcodes.h 308 return 1 << ElementSizeLog2Of(type.representation());
  /external/v8/src/compiler/
escape-analysis.cc     [all...]
change-lowering.cc 512 ElementSizeLog2Of(access.machine_type.representation());
js-typed-lowering.cc     [all...]
wasm-compiler.cc     [all...]
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 160 : (1 << ElementSizeLog2Of(type.representation()));
    [all...]
test-simplified-lowering.cc     [all...]
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 335 ((1 << ElementSizeLog2Of(type.representation())) * 8) - 1) {
    [all...]
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 344 ((1 << ElementSizeLog2Of(type.representation())) * 8) - 1) {
    [all...]
  /external/v8/test/unittests/compiler/arm64/
instruction-selector-arm64-unittest.cc     [all...]

Completed in 197 milliseconds