HomeSort by relevance Sort by last modified time
    Searched refs:symbol_ (Results 1 - 6 of 6) sorted by null

  /art/compiler/driver/
dex_compilation_unit.cc 46 if (symbol_.empty()) {
47 symbol_ = "dex_";
48 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_));
50 return symbol_;
dex_compilation_unit.h 127 std::string symbol_; member in class:art::DexCompilationUnit
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.cc 78 symbol_.index = 0;
84 ELFSymbolIterator &operator++() { Fetch(); symbol_.index++; return *this; }
89 const Symbol &operator*() const { return symbol_; }
90 const Symbol *operator->() const { return &symbol_; }
93 // Read the symbol at cursor_, and set symbol_ appropriately.
100 .Read(4, false, &symbol_.name_offset)
101 .Read(4, false, &symbol_.value)
102 .Read(4, false, &symbol_.size)
103 .Read(1, false, &symbol_.info)
105 .Read(2, false, &symbol_.shndx)
126 Symbol symbol_; member in class:google_breakpad::ELFSymbolIterator
    [all...]
  /external/webp/src/utils/
huffman.h 27 int symbol_; member in struct:__anon21253
huffman.c 227 node->symbol_ = symbol; // Add symbol in this node.
  /external/webp/src/dec/
vp8l.c 178 return node->symbol_;
    [all...]

Completed in 88 milliseconds