/external/bison/src/ |
D | symtab.c | 452 static struct hash_table *symbol_table = NULL; variable 488 symbol_table = hash_initialize (HT_INITIAL_CAPACITY, in symbols_new() 509 entry = hash_lookup (symbol_table, &probe); in symbol_get() 515 hash_insert (symbol_table, entry); in symbol_get() 550 hash_free (symbol_table); in symbols_free() 563 hash_do_for_each (symbol_table, processor, processor_data); in symbols_do()
|
/external/libsepol/src/ |
D | avrule_block.c | 154 int is_id_enabled(char *id, policydb_t * p, int symbol_table) in is_id_enabled() argument 157 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id); in is_id_enabled()
|
/external/libsepol/include/sepol/policydb/ |
D | avrule_block.h | 34 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | symbol-table.h | 327 SymbolTableIterator(const SymbolTable& symbol_table) { in SymbolTableIterator() argument 328 impl_ = symbol_table.Impl(); in SymbolTableIterator()
|
/external/icu4c/test/intltest/ |
D | wbnf.cpp | 522 if ((symbol_table = symbols)){ in Variable() 523 symbol_table->put(varName, varRef); in Variable() 532 if (symbol_table){ in next() 534 symbol_table->find(var_name, &var_ref); in next() 543 SymbolTable * symbol_table; member in Variable
|
/external/bluetooth/glib/glib/ |
D | gscanner.h | 198 GHashTable *symbol_table; member
|
/external/mesa3d/ |
D | Android.mk | 105 src/mesa/program/symbol_table.c \
|
/external/v8/src/ |
D | mark-compact.cc | 2059 SymbolTable* symbol_table = heap()->symbol_table(); in MarkSymbolTable() local 2061 MarkBit symbol_table_mark = Marking::MarkBitFrom(symbol_table); in MarkSymbolTable() 2062 SetMark(symbol_table, symbol_table_mark); in MarkSymbolTable() 2065 symbol_table->IteratePrefix(&marker); in MarkSymbolTable() 2370 SymbolTable* symbol_table = heap()->symbol_table(); in AfterMarking() local 2372 symbol_table->IterateElements(&v); in AfterMarking() 2373 symbol_table->ElementsRemoved(v.PointersRemoved()); in AfterMarking() 3401 heap_->symbol_table()->Iterate(&updating_visitor); in EvacuateNewSpaceAndCandidates()
|
D | liveobjectlist.cc | 2194 SymbolTable* symbol_table = HEAP->raw_unchecked_symbol_table(); in GetPathPrivate() local 2195 tracer.VisitPointers(reinterpret_cast<Object**>(&symbol_table), in GetPathPrivate() 2196 reinterpret_cast<Object**>(&symbol_table)+1); in GetPathPrivate() 2199 symbol_table->IteratePrefix(&tracer); in GetPathPrivate()
|
D | heap.cc | 433 symbol_table()->Capacity()); in GarbageCollectionEpilogue() 435 symbol_table()->NumberOfElements()); in GarbageCollectionEpilogue() 587 HEAP->symbol_table()->IterateElements(&verifier); in VerifySymbolTable() 2972 heap->symbol_table()->LookupTwoCharsSymbolIfExists(c1, c2, &symbol)) { in MakeOrFindTwoCharacterString() 5159 symbol_table()->LookupSymbol(string, &symbol); in LookupSymbol() 5174 symbol_table()->LookupAsciiSymbol(string, &symbol); in LookupAsciiSymbol() 5191 symbol_table()->LookupSubStringAsciiSymbol(string, in LookupAsciiSymbol() 5209 symbol_table()->LookupTwoByteSymbol(string, &symbol); in LookupTwoByteSymbol() 5225 symbol_table()->LookupString(string, &symbol); in LookupSymbol() 5241 return symbol_table()->LookupSymbolIfExists(string, symbol); in LookupSymbolIfExists()
|
D | heap.h | 157 V(SymbolTable, symbol_table, SymbolTable)
|
D | objects-inl.h | 653 this != HeapObject::cast(this)->GetHeap()->symbol_table(); in IsDictionary()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 283 CHECK(HEAP->symbol_table()->IsSymbolTable()); in SanityCheck()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 5690 Register symbol_table = c2; in GenerateTwoCharacterSymbolTableProbe() local 5691 __ LoadRoot(symbol_table, Heap::kSymbolTableRootIndex); in GenerateTwoCharacterSymbolTableProbe() 5698 __ ldr(mask, FieldMemOperand(symbol_table, SymbolTable::kCapacityOffset)); in GenerateTwoCharacterSymbolTableProbe() 5703 Register first_symbol_table_element = symbol_table; in GenerateTwoCharacterSymbolTableProbe() 5704 __ add(first_symbol_table_element, symbol_table, in GenerateTwoCharacterSymbolTableProbe()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 5905 Register symbol_table = c2; in GenerateTwoCharacterSymbolTableProbe() local 5906 __ LoadRoot(symbol_table, Heap::kSymbolTableRootIndex); in GenerateTwoCharacterSymbolTableProbe() 5913 __ lw(mask, FieldMemOperand(symbol_table, SymbolTable::kCapacityOffset)); in GenerateTwoCharacterSymbolTableProbe() 5918 Register first_symbol_table_element = symbol_table; in GenerateTwoCharacterSymbolTableProbe() 5919 __ Addu(first_symbol_table_element, symbol_table, in GenerateTwoCharacterSymbolTableProbe()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 4941 Register symbol_table = c2; in GenerateTwoCharacterSymbolTableProbe() local 4942 __ LoadRoot(symbol_table, Heap::kSymbolTableRootIndex); in GenerateTwoCharacterSymbolTableProbe() 4947 FieldOperand(symbol_table, SymbolTable::kCapacityOffset)); in GenerateTwoCharacterSymbolTableProbe() 4976 FieldOperand(symbol_table, in GenerateTwoCharacterSymbolTableProbe()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 5978 Register symbol_table = c2; in GenerateTwoCharacterSymbolTableProbe() local 5982 __ mov(symbol_table, in GenerateTwoCharacterSymbolTableProbe() 5987 __ mov(mask, FieldOperand(symbol_table, SymbolTable::kCapacityOffset)); in GenerateTwoCharacterSymbolTableProbe() 6014 FieldOperand(symbol_table, in GenerateTwoCharacterSymbolTableProbe()
|