Home
last modified time | relevance | path

Searched refs:symbol_table (Results 1 – 17 of 17) sorted by relevance

/external/bison/src/
Dsymtab.c452 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/
Davrule_block.c154 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/
Davrule_block.h34 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dsymbol-table.h327 SymbolTableIterator(const SymbolTable& symbol_table) { in SymbolTableIterator() argument
328 impl_ = symbol_table.Impl(); in SymbolTableIterator()
/external/icu4c/test/intltest/
Dwbnf.cpp522 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/
Dgscanner.h198 GHashTable *symbol_table; member
/external/mesa3d/
DAndroid.mk105 src/mesa/program/symbol_table.c \
/external/v8/src/
Dmark-compact.cc2059 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()
Dliveobjectlist.cc2194 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()
Dheap.cc433 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()
Dheap.h157 V(SymbolTable, symbol_table, SymbolTable)
Dobjects-inl.h653 this != HeapObject::cast(this)->GetHeap()->symbol_table(); in IsDictionary()
/external/v8/test/cctest/
Dtest-serialize.cc283 CHECK(HEAP->symbol_table()->IsSymbolTable()); in SanityCheck()
/external/v8/src/arm/
Dcode-stubs-arm.cc5690 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/
Dcode-stubs-mips.cc5905 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/
Dcode-stubs-x64.cc4941 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/
Dcode-stubs-ia32.cc5978 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()