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

  /art/compiler/driver/
dex_compilation_unit.cc 56 if (symbol_.empty()) {
57 symbol_ = "dex_";
58 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_));
60 return symbol_;
dex_compilation_unit.h 115 std::string symbol_; member in class:art::DexCompilationUnit
  /external/chromium_org/third_party/libwebp/utils/
huffman.h 26 int symbol_; member in struct:__anon14031
huffman.c 141 node->symbol_ = symbol; // Add symbol in this node.
  /external/webp/src/utils/
huffman.h 26 int symbol_; member in struct:__anon30397
huffman.c 141 node->symbol_ = symbol; // Add symbol in this node.
  /art/compiler/
compiled_method.cc 30 : compiler_driver_(compiler_driver), instruction_set_(instruction_set), symbol_(symbol) {
105 CHECK_NE(0U, symbol_.size());
106 return symbol_;
110 CHECK_NE(0U, oatdata_offsets_to_compiled_code_offset_.size()) << symbol_;
compiled_method.h 90 const std::string symbol_; member in class:art::CompiledCode
  /art/compiler/dex/portable/
mir_to_gbc.h 53 symbol_(llvm_compilation_unit->GetDexCompilationUnit()->GetSymbol()),
176 std::string symbol_; member in class:art::MirConverter
mir_to_gbc.cc     [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 167 return node->symbol_;
    [all...]
  /external/webp/src/dec/
vp8l.c 167 return node->symbol_;
    [all...]

Completed in 194 milliseconds