/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 732 SourcePositionWrapper(Reducer* reducer, SourcePositionTable* table) in SourcePositionWrapper() argument 755 NodeOriginsWrapper(Reducer* reducer, NodeOriginTable* table) in NodeOriginsWrapper() argument [all...] |
H A D | effect-control-linearizer.cc | 6516 Node* table = NodeProperties::GetValueInput(node, 0); in LowerFindOrderedHashMapEntry() local 6547 Node* table = NodeProperties::GetValueInput(node, 0); in LowerFindOrderedHashMapEntryForInt32Key() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 4095 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2850 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2931 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 1255 ExtractEphemeronHashTableReferences( HeapEntry* entry, EphemeronHashTable table) ExtractEphemeronHashTableReferences() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL4.cpp | 1577 ValidateGetnColorTable(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *table) ValidateGetnColorTable() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | NameTable.java | [all...] |
H A D | OS2Table.java | |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LanguageTag.java | |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance() local [all...] |
H A D | imgui_draw.cpp | 2291 void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride) in ImFontAtlasBuildMultiplyRectAlpha8() argument
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 2884 byword(register const char *const word, register const struct lookup *const table) byword() argument
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.c | 123 void volkLoadDeviceTable(struct VolkDeviceTable* table, VkDevice device) in volkLoadDeviceTable() argument 723 static void volkGenLoadDeviceTable(struct VolkDeviceTable* table, void* context, PFN_vkVoidFunction (*load)(void*, const char*)) in volkGenLoadDeviceTable() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 139 const void *table; member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 6779 const uint16_t *table in setExecutionDomainCustom() local 6869 const uint16_t *table = lookup(MI.getOpcode(), dom, ReplaceableInstrs); setExecutionDomain() local [all...] |
/third_party/python/Objects/ |
H A D | longobject.c | 4387 PyLongObject *table[EXP_TABLE_LEN]; in long_pow() local [all...] |
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 681 } table[2]; member
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 5368 int status = 0, i, len, reallen, table, k; in read_defect_list() local [all...] |
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4918 uint64_t table; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 2922 StubCache::Table table = static_cast<StubCache::Table>(table_id); in TryProbeStubCacheTable() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 1482 auto table = EphemeronHashTable::unchecked_cast(host); variable 2949 EphemeronHashTable table; in ClearWeakCollections() local 4549 EphemeronHashTable table = it->first; global() variable [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 5725 Handle<Derived> table = Handle<Derived>::cast(array); in NewInternal() local 5851 EnsureCapacity( IsolateT* isolate, Handle<Derived> table, int n, AllocationType allocation) EnsureCapacity() argument 5912 Shrink(Isolate* isolate, Handle<Derived> table, int additional_capacity) Shrink() argument 5993 Add( Isolate* isolate, Handle<RegisteredSymbolTable> table, Handle<String> key, Handle<Symbol> symbol) Add() argument 6277 FillEntriesWithHoles( Handle<Derived> table) FillEntriesWithHoles() argument 6356 Put(Handle<Derived> table, Handle<Object> key, Handle<Object> value) Put() argument 6371 Put(Isolate* isolate, Handle<Derived> table, Handle<Object> key, Handle<Object> value, int32_t hash) Put() argument 6414 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present) Remove() argument 6429 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present, int32_t hash) Remove() argument 6463 Handle<OrderedHashSet> table = isolate->factory()->NewOrderedHashSet(); Initialize() local 6481 Handle<OrderedHashMap> table = isolate->factory()->NewOrderedHashMap(); Initialize() local 6500 Handle<EphemeronHashTable> table = EphemeronHashTable::New(isolate, 0); Initialize() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1740 void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride) in ImFontAtlasBuildMultiplyRectAlpha8() argument
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 7758 GL_GetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) in GL_GetnColorTable() argument
|