HomeSort by relevance Sort by last modified time
    Searched full:arg_vector (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.h 67 SerializedVarVectorReceiveInput arg_vector,
72 SerializedVarVectorReceiveInput arg_vector,
76 SerializedVarVectorReceiveInput arg_vector,
ppp_class_proxy.h 80 SerializedVarVectorReceiveInput arg_vector,
84 SerializedVarVectorReceiveInput arg_vector,
ppp_class_proxy.cc 345 SerializedVarVectorReceiveInput arg_vector,
351 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
359 SerializedVarVectorReceiveInput arg_vector,
365 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
ppb_var_deprecated_proxy.cc 464 SerializedVarVectorReceiveInput arg_vector,
469 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
479 SerializedVarVectorReceiveInput arg_vector,
484 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
  /art/runtime/gc/space/
image_space.cc 132 std::vector<std::string> arg_vector; local
135 arg_vector.push_back(dex2oat);
139 arg_vector.push_back(image_option_string);
142 arg_vector.push_back(std::string("--dex-file=") + boot_class_path[i]);
147 arg_vector.push_back(oat_file_option_string);
149 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector);
157 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset));
160 arg_vector.push_back("--host");
165 arg_vector.push_back(compiler_options[i].c_str());
168 std::string command_line(Join(arg_vector, ' '));
    [all...]
  /art/runtime/
utils.cc     [all...]
runtime.h 454 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
utils.h 483 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg);

Completed in 166 milliseconds