Home
last modified time | relevance | path

Searched defs:table (Results 826 - 850 of 1217) sorted by relevance

1...<<31323334353637383940>>...49

/third_party/node/deps/v8/src/heap/
H A Dfactory.h919 CodeBuilder& set_source_position_table(Handle<ByteArray> table) { in set_source_position_table() argument
926 CodeBuilder& set_bytecode_offset_table(Handle<ByteArray> table) { in set_bytecode_offset_table() argument
H A Dscavenger.cc609 void Scavenger::RememberPromotedEphemeron(EphemeronHashTable table, int entry) { in RememberPromotedEphemeron() argument
722 EphemeronHashTable table = it->first; in ClearOldEphemerons() local
775 void Scavenger::AddEphemeronHashTable(EphemeronHashTable table) { in AddEphemeronHashTable() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.cc336 wrapTable(v8::Local<v8::Context> context, v8::Local<v8::Object> table, v8::MaybeLocal<v8::Array> columns) wrapTable() argument
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc42 Extend( Isolate* isolate, Handle<ScriptContextTable> table, Handle<Context> script_context, bool ignore_duplicates) Extend() argument
H A Dstring-table.cc204 void StringTable::Data::operator delete(void* table) { AlignedFree(table); } in operator delete() argument
[all...]
H A Dordered-hash-table.cc37 Handle<Derived> table = Handle<Derived>::cast(backing_store); in Allocate() local
58 Handle<Derived> table in AllocateEmpty() local
67 EnsureGrowable( IsolateT* isolate, Handle<Derived> table) EnsureGrowable() argument
93 Shrink( Isolate* isolate, Handle<Derived> table) Shrink() argument
104 Clear( Isolate* isolate, Handle<Derived> table) Clear() argument
125 HasKey(Isolate* isolate, Derived table, Object key) HasKey() argument
167 Add(Isolate* isolate, Handle<OrderedHashSet> table, Handle<Object> key) Add() argument
202 ConvertToKeysArray( Isolate* isolate, Handle<OrderedHashSet> table, GetKeysConversion convert) ConvertToKeysArray() argument
242 Rehash( IsolateT* isolate, Handle<Derived> table) Rehash() argument
250 Rehash( IsolateT* isolate, Handle<Derived> table, int new_capacity) Rehash() argument
301 Rehash(Isolate* isolate, Handle<OrderedHashSet> table, int new_capacity) Rehash() argument
307 Rehash( Isolate* isolate, Handle<OrderedHashSet> table) Rehash() argument
312 Rehash( Isolate* isolate, Handle<OrderedHashMap> table) Rehash() argument
317 Rehash(Isolate* isolate, Handle<OrderedHashMap> table, int new_capacity) Rehash() argument
324 Rehash( IsolateT* isolate, Handle<OrderedNameDictionary> table, int new_capacity) Rehash() argument
336 Delete(Isolate* isolate, Derived table, Object key) Delete() argument
368 Add(Isolate* isolate, Handle<OrderedHashMap> table, Handle<Object> key, Handle<Object> value) Add() argument
447 Add( IsolateT* isolate, Handle<OrderedNameDictionary> table, Handle<Name> key, Handle<Object> value, PropertyDetails details) Add() argument
496 DeleteEntry( Isolate* isolate, Handle<OrderedNameDictionary> table, InternalIndex entry) DeleteEntry() argument
530 Handle<OrderedNameDictionary> table; Allocate() local
554 Handle<OrderedNameDictionary> table; AllocateEmpty() local
709 Add( Isolate* isolate, Handle<SmallOrderedHashSet> table, Handle<Object> key) Add() argument
741 Delete(Isolate* isolate, SmallOrderedHashSet table, Object key) Delete() argument
751 Add( Isolate* isolate, Handle<SmallOrderedHashMap> table, Handle<Object> key, Handle<Object> value) Add() argument
785 Delete(Isolate* isolate, SmallOrderedHashMap table, Object key) Delete() argument
816 Add( Isolate* isolate, Handle<SmallOrderedNameDictionary> table, Handle<Name> key, Handle<Object> value, PropertyDetails details) Add() argument
880 Delete(Isolate* isolate, Derived table, Object key) Delete() argument
900 DeleteEntry( Isolate* isolate, Handle<SmallOrderedNameDictionary> table, InternalIndex entry) DeleteEntry() argument
919 Rehash(Isolate* isolate, Handle<Derived> table, int new_capacity) Rehash() argument
956 Rehash( Isolate* isolate, Handle<SmallOrderedHashSet> table, int new_capacity) Rehash() argument
962 Rehash( Isolate* isolate, Handle<SmallOrderedHashMap> table, int new_capacity) Rehash() argument
968 Rehash( Isolate* isolate, Handle<SmallOrderedNameDictionary> table, int new_capacity) Rehash() argument
979 Shrink(Isolate* isolate, Handle<Derived> table) Shrink() argument
988 Grow( Isolate* isolate, Handle<Derived> table) Grow() argument
1103 Delete( Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) Delete() argument
1116 HasKey( Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) HasKey() argument
1145 AdjustRepresentation( Isolate* isolate, Handle<SmallOrderedHashMap> table) AdjustRepresentation() argument
1172 AdjustRepresentation( Isolate* isolate, Handle<SmallOrderedHashSet> table) AdjustRepresentation() argument
1197 AdjustRepresentation( Isolate* isolate, Handle<SmallOrderedNameDictionary> table) AdjustRepresentation() argument
1224 Add(Isolate* isolate, Handle<HeapObject> table, Handle<Object> key, Handle<Object> value) Add() argument
1249 Add(Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) Add() argument
1272 Add( Isolate* isolate, Handle<HeapObject> table, Handle<Name> key, Handle<Object> value, PropertyDetails details) Add() argument
1297 SetEntry(HeapObject table, InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument
1312 FindEntry(Isolate* isolate, HeapObject table, Name key) FindEntry() argument
1324 ValueAt(HeapObject table, InternalIndex entry) ValueAt() argument
1334 ValueAtPut(HeapObject table, InternalIndex entry, Object value) ValueAtPut() argument
1345 DetailsAt(HeapObject table, InternalIndex entry) DetailsAt() argument
1355 DetailsAtPut(HeapObject table, InternalIndex entry, PropertyDetails details) DetailsAtPut() argument
1366 Hash(HeapObject table) Hash() argument
1375 SetHash(HeapObject table, int hash) SetHash() argument
1384 KeyAt(HeapObject table, InternalIndex entry) KeyAt() argument
1394 NumberOfElements(HeapObject table) NumberOfElements() argument
1402 Capacity(HeapObject table) Capacity() argument
1410 Shrink( Isolate* isolate, Handle<HeapObject> table) Shrink() argument
1423 DeleteEntry( Isolate* isolate, Handle<HeapObject> table, InternalIndex entry) DeleteEntry() argument
1441 TableType table = TableType::cast(this->table()); Transition() local
1478 TableType table = TableType::cast(this->table()); HasMore() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc317 void RegExpBytecodeGenerator::CheckBitInTable(Handle<ByteArray> table, in CheckBitInTable() argument
H A Dregexp-macro-assembler-tracer.cc357 CheckBitInTable( Handle<ByteArray> table, Label* on_bit_set) CheckBitInTable() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1550 Handle<SwissNameDictionary> table = args.at<SwissNameDictionary>(0); in RUNTIME_FUNCTION() local
1565 auto table = SwissNameDictionary::cast(args[0]); in RUNTIME_FUNCTION() local
1578 auto table = SwissNameDictionary::cast(args[0]); in RUNTIME_FUNCTION() local
1593 Handle<SwissNameDictionary> table = args.at<SwissNameDictionary>(0); in RUNTIME_FUNCTION() local
1604 auto table = SwissNameDictionary::cast(args[0]); RUNTIME_FUNCTION() local
1614 auto table = SwissNameDictionary::cast(args[0]); RUNTIME_FUNCTION() local
1623 auto table = SwissNameDictionary::cast(args[0]); RUNTIME_FUNCTION() local
1633 auto table = SwissNameDictionary::cast(args[0]); RUNTIME_FUNCTION() local
1643 auto table = SwissNameDictionary::cast(args[0]); RUNTIME_FUNCTION() local
[all...]
H A Druntime-wasm.cc418 auto table = handle( in RUNTIME_FUNCTION() local
445 auto table = handle( in RUNTIME_FUNCTION() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c712 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC; decode_dct() local
[all...]
/third_party/mesa3d/src/util/
H A Dhash_table.c392 struct hash_entry *table; _mesa_hash_table_rehash() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp260 find_or_create_state_entry(struct hash_table_u64 *table, d3d12_bo *bo) in find_or_create_state_entry() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c397 } table[] = { in stw_get_nop_function() local
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c103 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local
777 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, passwd_modes mode) do_passwd() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448.c223 constant_time_lookup_niels(niels_s * RESTRICT ni, const niels_t * table, int nelts, int idx) constant_time_lookup_niels() argument
231 ossl_curve448_precomputed_scalarmul(curve448_point_t out, const curve448_precomputed_s * table, const curve448_scalar_t scalar) ossl_curve448_precomputed_scalarmul() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java365 checkShortCodeConsistency( Map<PhoneRegion, RangeTable> shortcodeMap, RangeTable table) checkShortCodeConsistency() argument
382 checkFormatConsistency( Attributes attributes, Map<String, FormatSpec> formatMap, RangeTable table, Map<PhoneRegion, RangeTable> shortcodes) checkFormatConsistency() argument
542 checkExampleNumbers( Set<PhoneRegion> regions, RangeTable table, Table<PhoneRegion, ValidNumberType, DigitSequence> exampleNumbers) checkExampleNumbers() argument
[all...]
/third_party/popt/src/
H A Dpopthelp.c567 singleTableHelp(poptContext con, FILE * fp, const struct poptOption * table, columns_t columns, const char * translation_domain) singleTableHelp() argument
[all...]
/third_party/openssl/crypto/ec/curve448/
H A Dcurve448.c223 constant_time_lookup_niels(niels_s * RESTRICT ni, const niels_t * table, int nelts, int idx) constant_time_lookup_niels() argument
231 ossl_curve448_precomputed_scalarmul(curve448_point_t out, const curve448_precomputed_s * table, const curve448_scalar_t scalar) ossl_curve448_precomputed_scalarmul() argument
/third_party/openssl/apps/
H A Dpasswd.c103 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local
777 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, passwd_modes mode) do_passwd() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp877 const auto& table = info.fColorSampleCounts; in maxRenderTargetSampleCount() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp489 int table = relocationTable.sh_link; in relocateSymbol() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DEblcTable.java[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrsbcs.cpp40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dgencnvex.c303 reduceToUMappings(UCMTable *table) { in reduceToUMappings() argument
333 getToUnicodeValue(CnvExtData *extData, UCMTable *table, UCMapping *m) getToUnicodeValue() argument
416 generateToUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) generateToUTable() argument
554 makeToUTable(CnvExtData *extData, UCMTable *table) makeToUTable() argument
591 prepareFromUMappings(UCMTable *table) prepareFromUMappings() argument
640 getFromUBytesValue(CnvExtData *extData, UCMTable *table, UCMapping *m) getFromUBytesValue() argument
715 generateFromUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) generateFromUTable() argument
934 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) generateFromUTrie() argument
1015 makeFromUTable(CnvExtData *extData, UCMTable *table) makeFromUTable() argument
1061 CnvExtAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData) CnvExtAddTable() argument
[all...]

Completed in 32 milliseconds

1...<<31323334353637383940>>...49