Searched refs:CopyEnvironment (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/Support/
H A DProgramTest.cpp60 static void CopyEnvironment(std::vector<const char *> &out) { function in namespace:__anon11317
94 CopyEnvironment(EnvP);
144 CopyEnvironment(envp);
182 CopyEnvironment(envp);
243 CopyEnvironment(envp);
/external/v8/src/compiler/
H A Dgraph-builder.h138 virtual Environment* CopyEnvironment(Environment* env);
192 Environment* CopyForConditional() { return builder()->CopyEnvironment(this); }
196 Environment* env = builder()->CopyEnvironment(this);
204 return builder()->CopyEnvironment(this);
H A Dgraph-builder.cc96 StructuredGraphBuilder::Environment* StructuredGraphBuilder::CopyEnvironment( function in class:v8::internal::compiler::StructuredGraphBuilder
H A Dast-graph-builder.h58 virtual BaseEnvironment* CopyEnvironment(BaseEnvironment* env);
H A Dast-graph-builder.cc152 StructuredGraphBuilder::Environment* AstGraphBuilder::CopyEnvironment( function in class:v8::internal::compiler::AstGraphBuilder

Completed in 349 milliseconds