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

/external/v8/src/arm/
H A Dlithium-arm.h1680 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
1681 return hydrogen()->is_fixed_typed_array();
1684 return is_external() || is_fixed_typed_array();
2248 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
2249 return hydrogen()->is_fixed_typed_array();
2252 return is_external() || is_fixed_typed_array();
/external/v8/src/ia32/
H A Dlithium-ia32.h1679 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
1680 return hydrogen()->is_fixed_typed_array();
1683 return is_external() || is_fixed_typed_array();
2256 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
2257 return hydrogen()->is_fixed_typed_array();
2260 return is_external() || is_fixed_typed_array();
/external/v8/src/mips/
H A Dlithium-mips.h1644 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
1645 return hydrogen()->is_fixed_typed_array();
1648 return is_external() || is_fixed_typed_array();
2212 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
2213 return hydrogen()->is_fixed_typed_array();
2216 return is_external() || is_fixed_typed_array();
/external/v8/src/mips64/
H A Dlithium-mips64.h1643 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
1644 return hydrogen()->is_fixed_typed_array();
1647 return is_external() || is_fixed_typed_array();
2196 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
2197 return hydrogen()->is_fixed_typed_array();
2200 return is_external() || is_fixed_typed_array();
/external/v8/src/x64/
H A Dlithium-x64.h1681 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
1682 return hydrogen()->is_fixed_typed_array();
1685 return is_external() || is_fixed_typed_array();
2240 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
2241 return hydrogen()->is_fixed_typed_array();
2244 return is_external() || is_fixed_typed_array();
/external/v8/src/x87/
H A Dlithium-x87.h1689 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
1690 return hydrogen()->is_fixed_typed_array();
1693 return is_external() || is_fixed_typed_array();
2262 bool is_fixed_typed_array() const { function in class:v8::internal::FINAL
2263 return hydrogen()->is_fixed_typed_array();
2266 return is_external() || is_fixed_typed_array();
/external/v8/src/arm64/
H A Dlithium-arm64.h1783 bool is_fixed_typed_array() const { function in class:v8::internal::LLoadKeyed
1784 return hydrogen()->is_fixed_typed_array();
1787 return is_external() || is_fixed_typed_array();
2480 bool is_fixed_typed_array() const { function in class:v8::internal::LStoreKeyed
2481 return hydrogen()->is_fixed_typed_array();
2484 return is_external() || is_fixed_typed_array();
/external/v8/src/
H A Dhydrogen-instructions.h6577 bool is_fixed_typed_array() const { function in class:v8::FINAL::FINAL
6581 return is_external() || is_fixed_typed_array();
6701 } else if (is_fixed_typed_array()) {
7041 bool is_fixed_typed_array() const { function in class:v8::FINAL::FINAL
7046 return is_external() || is_fixed_typed_array();
7139 } else if (is_fixed_typed_array()) {

Completed in 361 milliseconds