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

/external/chromium_org/tools/gn/
H A Dtoolchain.h88 void set_environment(const std::string& env) { environment_ = env; } function in class:Toolchain
/external/chromium_org/third_party/jinja2/
H A Dnodes.py218 def set_environment(self, environment): member in class:Node
H A Denvironment.py531 expr.set_environment(self)
H A Dparser.py895 result.set_environment(self.environment)
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h248 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
H A Dlithium-arm.cc597 instr->set_environment(CreateEnvironment(hydrogen_env,
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h247 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
H A Dlithium-ia32.cc649 instr->set_environment(CreateEnvironment(hydrogen_env,
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h244 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
H A Dlithium-mips.cc602 instr->set_environment(CreateEnvironment(hydrogen_env,
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h245 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
H A Dlithium-x64.cc605 instr->set_environment(CreateEnvironment(hydrogen_env,
/external/v8/src/arm/
H A Dlithium-arm.cc729 instr->set_environment(CreateEnvironment(hydrogen_env,
H A Dlithium-arm.h238 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/ia32/
H A Dlithium-ia32.h233 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
H A Dlithium-ia32.cc726 instr->set_environment(CreateEnvironment(hydrogen_env,
/external/v8/src/mips/
H A Dlithium-mips.cc729 instr->set_environment(CreateEnvironment(hydrogen_env,
H A Dlithium-mips.h237 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/x64/
H A Dlithium-x64.cc724 instr->set_environment(CreateEnvironment(hydrogen_env,
H A Dlithium-x64.h239 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction

Completed in 193 milliseconds