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

  /art/runtime/mirror/
dex_cache.h 65 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_);
157 HeapReference<ObjectArray<String>> strings_; member in class:art::mirror::FINAL
  /external/google-breakpad/src/common/linux/
synth_elf.h 76 if (strings_.find(s) != strings_.end())
77 return strings_[s];
81 strings_[s] = string_label;
90 map<string,Label> strings_; member in class:google_breakpad::synth_elf::StringTable
  /external/google-breakpad/src/common/
stabs_reader.h 205 ByteBuffer strings_; member in class:google_breakpad::StabsReader
  /external/v8/src/
ast-value-factory.h 213 strings_ = s;
228 ZoneList<const AstRawString*>* strings_; member in union:v8::internal::AstValue::__anon19089
329 List<AstString*> strings_; member in class:v8::internal::AstValueFactory
heap-snapshot-generator.h 562 strings_(StringsMatch),
600 HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
objects.cc 14845 Handle<FixedArray> strings_; member in class:v8::StringsKey
    [all...]
  /art/compiler/utils/
test_dex_file_builder.h 34 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
39 auto it = strings_.emplace(str, IdxAndDataOffset()).first;
101 for (auto& entry : strings_) {
107 header->string_ids_size_ = strings_.size();
108 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
110 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(DexFile::StringId);
166 for (const auto& entry : strings_) {
223 auto it = strings_.find(type);
224 CHECK(it != strings_.end());
362 std::map<std::string, IdxAndDataOffset> strings_; member in class:art::TestDexFileBuilder
    [all...]
  /art/runtime/hprof/
hprof.cc 534 for (const std::pair<std::string, HprofStringId>& p : strings_) {
588 auto it = strings_.find(string);
589 if (it != strings_.end()) {
593 strings_.Put(string, id);
743 SafeMap<std::string, HprofStringId> strings_; member in class:art::hprof::Hprof
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 458 vector<string*> strings_; // All strings in the pool. member in class:google::protobuf::DescriptorPool::Tables
469 : strings_before_checkpoint(tables->strings_.size()),
593 STLDeleteElements(&strings_);
653 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end());
666 strings_.resize(checkpoint.strings_before_checkpoint);
848 strings_.push_back(result);
    [all...]

Completed in 467 milliseconds