Searched defs:HasEnvironment (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h206 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h217 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h209 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h204 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h207 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h204 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h199 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h205 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h208 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/
H A Dhydrogen.h127 bool HasEnvironment() const { return last_environment_ != NULL; } function in class:v8::internal::final

Completed in 314 milliseconds