Home
last modified time | relevance | path

Searched refs:ElementSizeLog2Of (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dmachine-type.h177 inline int ElementSizeLog2Of(MachineRepresentation rep) { in ElementSizeLog2Of() function
/external/v8/test/unittests/compiler/
Dchange-lowering-unittest.cc251 ElementSizeLog2Of(access.machine_type.representation()); in TARGET_TEST_P()
301 ElementSizeLog2Of(access.machine_type.representation()); in TARGET_TEST_P()
/external/v8/src/wasm/
Dwasm-opcodes.h308 return 1 << ElementSizeLog2Of(type.representation()); in MemSize()
/external/v8/src/compiler/
Descape-analysis.cc1291 CHECK_GE(ElementSizeLog2Of(access.machine_type.representation()), in ProcessLoadElement()
1356 CHECK_GE(ElementSizeLog2Of(access.machine_type.representation()), in ProcessStoreElement()
Dchange-lowering.cc512 ElementSizeLog2Of(access.machine_type.representation()); in ComputeIndex()
Djs-typed-lowering.cc1009 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSLoadProperty()
1056 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSStoreProperty()
Dwasm-compiler.cc1733 ElementSizeLog2Of(memtype.representation()) < 3) { in LoadMem()
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc160 : (1 << ElementSizeLog2Of(type.representation())); in StackWords()
Dtest-simplified-lowering.cc1314 ElementSizeLog2Of(access.machine_type.representation()); in CheckElementAccessArithmetic()
/external/v8/test/unittests/compiler/mips/
Dinstruction-selector-mips-unittest.cc335 ((1 << ElementSizeLog2Of(type.representation())) * 8) - 1) { in TEST_P()
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc344 ((1 << ElementSizeLog2Of(type.representation())) * 8) - 1) { in TEST_P()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc1516 ((1 << ElementSizeLog2Of(type.representation())) * 8) - 1) { in TEST_P()