Home
last modified time | relevance | path

Searched refs:ExecArgs (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dd8-posix.cc161 class ExecArgs { class
163 ExecArgs() { exec_args_[0] = nullptr; } in ExecArgs() function in v8::ExecArgs
201 ~ExecArgs() { in ~ExecArgs()
262 const ExecArgs& exec_args) { in ExecSubprocess()
476 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()
492 ExecArgs exec_args; in System()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp316 std::vector<std::string> ExecArgs) in CustomExecutor() argument
317 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()
/external/llvm/tools/bugpoint/
DToolRunner.cpp338 std::vector<std::string> ExecArgs) in CustomExecutor() argument
339 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp325 const std::string &ExecutionCmd, std::vector<std::string> ExecArgs) : in CustomExecutor() argument
326 ExecutionCommand(ExecutionCmd), ExecutorArgs(ExecArgs) {} in CustomExecutor()