Home
last modified time | relevance | path

Searched defs:for_typeof (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/mips64/
Dlithium-mips64.h1702 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
/external/v8/src/mips/
Dlithium-mips.h1703 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
/external/v8/src/ia32/
Dlithium-ia32.h1757 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
/external/v8/src/x64/
Dlithium-x64.h1741 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
/external/v8/src/arm/
Dlithium-arm.h1739 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
/external/v8/src/x87/
Dlithium-x87.h1767 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
/external/v8/src/
Dhydrogen.h791 void set_for_typeof(bool for_typeof) { for_typeof_ = for_typeof; } in set_for_typeof()
Dhydrogen-instructions.h5475 bool for_typeof() const { return for_typeof_; } in for_typeof() function
/external/v8/src/arm64/
Dlithium-arm64.h1763 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function