Home | History | Annotate | Download | only in runtime

Lines Matching refs:make_pair

39   options.push_back(std::make_pair(boot_class_path.c_str(), null));
40 options.push_back(std::make_pair("-classpath", null));
41 options.push_back(std::make_pair(lib_core.c_str(), null));
42 options.push_back(std::make_pair("-cp", null));
43 options.push_back(std::make_pair(lib_core.c_str(), null));
44 options.push_back(std::make_pair("-Ximage:boot_image", null));
45 options.push_back(std::make_pair("-Xcheck:jni", null));
46 options.push_back(std::make_pair("-Xms2048", null));
47 options.push_back(std::make_pair("-Xmx4k", null));
48 options.push_back(std::make_pair("-Xss1m", null));
49 options.push_back(std::make_pair("-XX:HeapTargetUtilization=0.75", null));
50 options.push_back(std::make_pair("-Dfoo=bar", null));
51 options.push_back(std::make_pair("-Dbaz=qux", null));
52 options.push_back(std::make_pair("-verbose:gc,class,jni", null));
53 options.push_back(std::make_pair("host-prefix", "host_prefix"));
54 options.push_back(std::make_pair("vfprintf", test_vfprintf));
55 options.push_back(std::make_pair("abort", test_abort));
56 options.push_back(std::make_pair("exit", test_exit));