Home
last modified time | relevance | path

Searched refs:for_typeof (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h1757 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
Dlithium-codegen-ia32.cc2851 ContextualMode mode = instr->for_typeof() ? NOT_CONTEXTUAL : CONTEXTUAL; in DoLoadGlobalGeneric()
/external/v8/src/x87/
Dlithium-x87.h1767 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
Dlithium-codegen-x87.cc3147 ContextualMode mode = instr->for_typeof() ? NOT_CONTEXTUAL : CONTEXTUAL; in DoLoadGlobalGeneric()
/external/v8/src/x64/
Dlithium-x64.h1741 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
Dlithium-codegen-x64.cc2873 ContextualMode mode = instr->for_typeof() ? NOT_CONTEXTUAL : CONTEXTUAL; in DoLoadGlobalGeneric()
/external/v8/src/mips64/
Dlithium-mips64.h1702 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
Dlithium-codegen-mips64.cc2879 ContextualMode mode = instr->for_typeof() ? NOT_CONTEXTUAL : CONTEXTUAL; in DoLoadGlobalGeneric()
/external/v8/src/mips/
Dlithium-mips.h1703 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
Dlithium-codegen-mips.cc2909 ContextualMode mode = instr->for_typeof() ? NOT_CONTEXTUAL : CONTEXTUAL; in DoLoadGlobalGeneric()
/external/v8/src/arm/
Dlithium-arm.h1739 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
Dlithium-codegen-arm.cc3017 ContextualMode mode = instr->for_typeof() ? NOT_CONTEXTUAL : CONTEXTUAL; in DoLoadGlobalGeneric()
/external/v8/src/
Dhydrogen.h791 void set_for_typeof(bool for_typeof) { for_typeof_ = for_typeof; } in set_for_typeof() argument
Dhydrogen-instructions.h5475 bool for_typeof() const { return for_typeof_; } in for_typeof() function
5498 Handle<String> name, bool for_typeof) in DECLARE_CONCRETE_INSTRUCTION()
5499 : name_(name), for_typeof_(for_typeof), in DECLARE_CONCRETE_INSTRUCTION()
/external/v8/src/arm64/
Dlithium-arm64.h1763 bool for_typeof() const { return hydrogen()->for_typeof(); } in for_typeof() function
Dlithium-codegen-arm64.cc3391 ContextualMode mode = instr->for_typeof() ? NOT_CONTEXTUAL : CONTEXTUAL; in DoLoadGlobalGeneric()