Searched defs:set_environment (Results 1 - 14 of 14) sorted by relevance

/external/v8/gypfiles/
H A Dgyp_environment.py48 def set_environment(): function
/external/v8/src/compiler/
H A Dcontrol-builders.h32 void set_environment(Environment* env) { builder_->set_environment(env); } function in class:v8::internal::compiler::ControlBuilder
H A Dbytecode-graph-builder.h58 void set_environment(Environment* env) { environment_ = env; } function in class:v8::internal::compiler::BytecodeGraphBuilder
H A Dast-graph-builder.h148 void set_environment(Environment* env) { environment_ = env; } function in class:v8::internal::compiler::AstGraphBuilder
/external/libmojo/third_party/jinja2/
H A Dnodes.py219 def set_environment(self, environment): member in class:Node
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h204 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h215 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h207 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h202 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h205 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h202 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h197 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h203 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h206 void set_environment(LEnvironment* env) { environment_ = env; } function in class:v8::internal::LInstruction

Completed in 484 milliseconds