Searched defs:is_fixed_typed_array (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1489 bool is_fixed_typed_array() const { function in class:v8::internal::final
1490 return hydrogen()->is_fixed_typed_array();
1928 bool is_fixed_typed_array() const { function in class:v8::internal::final
1929 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1521 bool is_fixed_typed_array() const { function in class:v8::internal::LLoadKeyed
1522 return hydrogen()->is_fixed_typed_array();
1525 return is_external() || is_fixed_typed_array();
2156 bool is_fixed_typed_array() const { function in class:v8::internal::LStoreKeyed
2157 return hydrogen()->is_fixed_typed_array();
2160 return is_external() || is_fixed_typed_array();
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1499 bool is_fixed_typed_array() const { function in class:v8::internal::final
1500 return hydrogen()->is_fixed_typed_array();
1945 bool is_fixed_typed_array() const { function in class:v8::internal::final
1946 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1452 bool is_fixed_typed_array() const { function in class:v8::internal::final
1453 return hydrogen()->is_fixed_typed_array();
1891 bool is_fixed_typed_array() const { function in class:v8::internal::final
1892 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1514 bool is_fixed_typed_array() const { function in class:v8::internal::final
1515 return hydrogen()->is_fixed_typed_array();
1937 bool is_fixed_typed_array() const { function in class:v8::internal::final
1938 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1462 bool is_fixed_typed_array() const { function in class:v8::internal::final
1463 return hydrogen()->is_fixed_typed_array();
1878 bool is_fixed_typed_array() const { function in class:v8::internal::final
1879 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1346 bool is_fixed_typed_array() const { function in class:v8::internal::final
1347 return hydrogen()->is_fixed_typed_array();
1736 bool is_fixed_typed_array() const { function in class:v8::internal::final
1737 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1503 bool is_fixed_typed_array() const { function in class:v8::internal::final
1504 return hydrogen()->is_fixed_typed_array();
1934 bool is_fixed_typed_array() const { function in class:v8::internal::final
1935 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1489 bool is_fixed_typed_array() const { function in class:v8::internal::final
1490 return hydrogen()->is_fixed_typed_array();
1931 bool is_fixed_typed_array() const { function in class:v8::internal::final
1932 return hydrogen()->is_fixed_typed_array();
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h5709 bool is_fixed_typed_array() const { function in class:final::final
5747 return is_fixed_typed_array() ? Representation::External()
5802 DCHECK_EQ(HasBackingStoreOwner(), is_fixed_typed_array());
5804 if (!is_fixed_typed_array()) {
5837 if (is_fixed_typed_array()) {
6060 return is_fixed_typed_array() ? Representation::External()
6095 bool is_fixed_typed_array() const { function in class:final::final
6190 DCHECK_EQ(HasBackingStoreOwner(), is_fixed_typed_array());
6200 } else if (is_fixed_typed_array()) {

Completed in 276 milliseconds