HomeSort by relevance Sort by last modified time
    Searched defs:input_copy (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/json/
json_parser.cc 207 scoped_ptr<std::string> input_copy; local
212 input_copy.reset(new std::string(input.as_string()));
213 start_pos_ = input_copy->data();
254 return new DictionaryHiddenRootValue(input_copy.release(), root.get());
256 return new ListHiddenRootValue(input_copy.release(), root.get());
  /external/libweave/third_party/chromium/base/json/
json_parser.cc 202 scoped_ptr<std::string> input_copy; local
207 input_copy.reset(new std::string(input.as_string()));
208 start_pos_ = input_copy->data();
249 return new DictionaryHiddenRootValue(input_copy.release(), root.get());
251 return new ListHiddenRootValue(input_copy.release(), root.get());
  /external/v8/src/crankshaft/
lithium-allocator.cc 823 LUnallocated* input_copy = cur_input->CopyUnconstrained( local
827 AddConstraintsGapMove(gap_index, input_copy, cur_input);
833 LUnallocated* input_copy = cur_input->CopyUnconstrained( local
839 if (RequiredRegisterKind(input_copy->virtual_register()) ==
846 AddConstraintsGapMove(gap_index, input_copy, cur_input);
859 LUnallocated* input_copy = cur_input->CopyUnconstrained( local
862 AddConstraintsGapMove(gap_index, input_copy, cur_input);
868 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone());
    [all...]

Completed in 788 milliseconds