Home | History | Annotate | Download | only in runtime

Lines Matching refs:string

20 #include <string>
35 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
43 std::string boot_class_path_string_;
44 std::string class_path_string_;
45 std::string image_;
47 std::string jni_trace_;
48 std::string native_bridge_library_filename_;
54 std::string patchoat_executable_;
84 std::string stack_trace_file_;
86 std::string method_trace_file_;
92 std::vector<std::string> properties_;
93 std::string compiler_executable_;
94 std::vector<std::string> compiler_options_;
95 std::vector<std::string> image_compiler_options_;
97 std::string profile_output_filename_;
120 bool ParseXGcOption(const std::string& option);
121 bool ParseStringAfterChar(const std::string& option, char after_char, std::string* parsed_value);
122 bool ParseInteger(const std::string& option, char after_char, int* parsed_value);
123 bool ParseUnsignedInteger(const std::string& option, char after_char, unsigned int* parsed_value);
124 bool ParseDouble(const std::string& option, char after_char, double min, double max,