HomeSort by relevance Sort by last modified time
    Searched refs:symbol_type (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/tools/deep_memory_profiler/lib/
symbol.py 107 def __init__(self, symbol_type, symbol_data_sources):
108 self._symbol_type = symbol_type
129 def update(self, symbol_type, bucket_set, symbol_finder, cache_f):
143 symbol_type: A type of symbols to update. It should be one of
150 self._load(cache_f, symbol_type)
153 address for address in bucket_set.iter_addresses(symbol_type)
154 if address not in self._symbol_mapping_caches[symbol_type])
167 self._symbol_mapping_caches[symbol_type][address] = stripped_symbol
170 def lookup(self, symbol_type, address):
174 symbol_type: A type of symbols to update. It should be one o
    [all...]
bucket.py 185 def iter_addresses(self, symbol_type):
186 if symbol_type in [FUNCTION_SYMBOLS, SOURCEFILE_SYMBOLS]:
  /external/chromium_org/tools/binary_size/
explain_binary_size_delta.py 60 # Make a map of (file, symbol_type) : (symbol_name, symbol_size)
62 for symbol_name, symbol_type, symbol_size, file_path in symbols:
64 symbol_type = '@' # hack to categorize these separately
69 key = (file_path, symbol_type)
116 for file_path, symbol_type, symbol_name, size1, size2 in added:
120 bucket.append((symbol_name, symbol_type, None, size2))
127 for file_path, symbol_type, symbol_name, size1, size2 in removed:
131 bucket.append((symbol_name, symbol_type, size1, None))
139 for file_path, symbol_type, symbol_name, size1, size2 in changed:
144 bucket.append((symbol_name, symbol_type, size1, size2)
    [all...]
run_binary_size_analysis.py 74 def SymbolTypeToHuman(symbol_type):
81 'v': 'weak symbol'}[symbol_type]
102 for symbol_type, symbol_bucket in old_children.iteritems():
109 for symbol_type, symbol_bucket in old_children.iteritems():
120 AddSymbolIntoFileNode(current_bucket, symbol_type,
139 def AddSymbolIntoFileNode(node, symbol_type, symbol_name, symbol_size):
145 node = _MkChild(node, symbol_type)
147 node[NODE_SYMBOL_TYPE_KEY] = symbol_type
158 node[NODE_SYMBOL_TYPE_KEY] = symbol_type
170 for symbol_name, symbol_type, symbol_size, file_path in symbols
    [all...]
  /external/checkpolicy/
module_compiler.h 29 int declare_symbol(uint32_t symbol_type,
43 int require_symbol(uint32_t symbol_type,
68 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id);
module_compiler.c 126 int declare_symbol(uint32_t symbol_type,
137 retval = symtab_insert(policydbp, symbol_type, key, datum,
142 symtab[symbol_type].table,
146 if (symbol_type == SYM_LEVELS) {
158 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
621 int require_symbol(uint32_t symbol_type,
632 retval = symtab_insert(policydbp, symbol_type, key, datum,
637 symtab[symbol_type].table,
641 if (symbol_type == SYM_LEVELS) {
650 if (is_id_in_scope(symbol_type, key))
    [all...]
  /external/lldb/include/lldb/Symbol/
Symtab.h 59 Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t &start_idx);
60 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
61 uint32_t AppendSymbolIndexesWithTypeAndFlagsValue (lldb::SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
62 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
65 uint32_t AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, std::vector<uint32_t>& matches);
66 uint32_t AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches);
67 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes);
68 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
69 size_t FindAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, std::vector<uint32_t>& symbol_indexes);
70 size_t FindAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes)
    [all...]
  /external/lldb/source/Symbol/
Symtab.cpp 309 const SymbolType symbol_type = symbol->GetType(); local
310 if (symbol_type == eSymbolTypeCode || symbol_type == eSymbolTypeResolver)
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
492 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type)
500 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
510 if ((symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) && m_symbols[i].GetFlags() == flags_value)
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint32_t s (…)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.h 91 int symbol_type, SymbolInfo *info_out) const;
elf_mem_image.h 110 int symbol_type, SymbolInfo *info_out) const;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.h 91 int symbol_type, SymbolInfo *info_out) const;
elf_mem_image.h 110 int symbol_type, SymbolInfo *info_out) const;
  /external/chromium_org/tools/deep_memory_profiler/tests/
dmprof_test.py 30 def iter_addresses(self, symbol_type): # pylint: disable=W0613
109 def add(self, symbol_type, address, symbol):
110 self._symbol_caches[symbol_type][address] = symbol
112 def lookup(self, symbol_type, address):
113 symbol = self._symbol_caches[symbol_type].get(address)
  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 301 lldb::SymbolType symbol_type);
305 lldb::SymbolType symbol_type);
  /external/lldb/include/lldb/Core/
Module.h 207 /// @param[in] symbol_type
211 /// symbols that match \a symbol_type.
219 lldb::SymbolType symbol_type = lldb::eSymbolTypeAny);
223 lldb::SymbolType symbol_type,
228 lldb::SymbolType symbol_type,
    [all...]
ModuleList.h 390 lldb::SymbolType symbol_type,
396 lldb::SymbolType symbol_type,
  /external/lldb/source/API/
SBModule.cpp 355 lldb::SymbolType symbol_type)
363 sb_symbol.SetSymbol(symtab->FindFirstSymbolWithNameAndType(ConstString(name), symbol_type, Symtab::eDebugAny, Symtab::eVisibilityAny));
370 SBModule::FindSymbols (const char *name, lldb::SymbolType symbol_type)
380 const size_t num_matches = symtab->FindAllSymbolsWithNameAndType(ConstString(name), symbol_type, matching_symbol_indexes);
  /external/chromium_org/tools/find_runtime_symbols/
find_runtime_symbols.py 172 def find_runtime_symbols(symbol_type, symbols_in_process, addresses):
173 return _INTERNAL_FINDERS[symbol_type](symbols_in_process, addresses)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 59 bool symbol_type__is_a(char symbol_type, enum map_type map_type)
61 symbol_type = toupper(symbol_type);
65 return symbol_type == 'T' || symbol_type == 'W';
67 return symbol_type == 'D';
463 char symbol_type; local
478 symbol_type = line[len];
489 symbol_type, start);
    [all...]
symbol.h 246 bool symbol_type__is_a(char symbol_type, enum map_type map_type);
  /external/lldb/source/Core/
Module.cpp     [all...]
ModuleList.cpp 514 SymbolType symbol_type,
525 (*pos)->FindSymbolsWithNameAndType (name, symbol_type, sc_list);
531 lldb::SymbolType symbol_type,
542 (*pos)->FindSymbolsMatchingRegExAndType (regex, symbol_type, sc_list);
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 1049 SymbolType symbol_type = eSymbolTypeInvalid; local
    [all...]
  /external/chromium_org/tools/binary_size/template/
D3SymbolTreeMap.js 103 for (var symbol_type in D3SymbolTreeMap._NM_SYMBOL_TYPE_DESCRIPTIONS) {
104 D3SymbolTreeMap._NM_SYMBOL_TYPES += symbol_type;
684 symbol_type = D3SymbolTreeMap._NM_SYMBOL_TYPES.charAt(x);
685 var stats = datum.symbol_stats[symbol_type];
692 var tempcolor = D3SymbolTreeMap.getColorForType(symbol_type);
782 symbol_type = D3SymbolTreeMap._NM_SYMBOL_TYPES.charAt(x);
783 var stats = datum.symbol_stats[symbol_type];
825 symbol_type = D3SymbolTreeMap._NM_SYMBOL_TYPES.charAt(x);
826 var stats = datum.symbol_stats[symbol_type];
832 symbol_type));
    [all...]
  /external/libsepol/src/
link.c 76 uint32_t symbol_type; member in struct:missing_requirement
    [all...]

Completed in 749 milliseconds

1 2