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

/external/v8/src/
H A Dhydrogen.h597 void set_for_typeof(bool for_typeof) { for_typeof_ = for_typeof; } argument
H A Dhydrogen-instructions.h3497 bool for_typeof)
3499 for_typeof_(for_typeof) {
3509 bool for_typeof() const { return for_typeof_; } function in class:v8::HLoadGlobalGeneric
3494 HLoadGlobalGeneric(HValue* context, HValue* global_object, Handle<Object> name, bool for_typeof) argument
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1641 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-arm.cc2958 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET
/external/chromium_org/v8/src/
H A Dhydrogen.h771 void set_for_typeof(bool for_typeof) { for_typeof_ = for_typeof; } argument
H A Dhydrogen-instructions.h5011 bool for_typeof)
5013 for_typeof_(for_typeof) {
5023 bool for_typeof() const { return for_typeof_; } function in class:v8::HLoadGlobalGeneric
5008 HLoadGlobalGeneric(HValue* context, HValue* global_object, Handle<Object> name, bool for_typeof) argument
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1666 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-ia32.cc3049 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET :
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1618 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-mips.cc2829 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1577 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-x64.cc2664 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET :
/external/v8/src/arm/
H A Dlithium-arm.h1301 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-arm.cc2328 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET
/external/v8/src/ia32/
H A Dlithium-ia32.h1321 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-ia32.cc2121 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET :
/external/v8/src/mips/
H A Dlithium-mips.h1281 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-mips.cc2202 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET
/external/v8/src/x64/
H A Dlithium-x64.h1280 bool for_typeof() const { return hydrogen()->for_typeof(); } function in class:v8::internal::LLoadGlobalGeneric
H A Dlithium-codegen-x64.cc2084 RelocInfo::Mode mode = instr->for_typeof() ? RelocInfo::CODE_TARGET :

Completed in 342 milliseconds