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

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

Completed in 552 milliseconds