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

/external/v8/src/ia32/
H A Dlithium-ia32.h235 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/arm/
H A Dlithium-arm.h240 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/
H A Dhydrogen.h109 bool HasEnvironment() const { return last_environment_ != NULL; } function in class:v8::internal::HBasicBlock
/external/v8/src/mips/
H A Dlithium-mips.h239 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/v8/src/x64/
H A Dlithium-x64.h241 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction

Completed in 148 milliseconds