Home
last modified time | relevance | path

Searched refs:generations (Results 1 – 25 of 47) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.h28 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() argument
29 : isolate_(isolate), generations_(generations) { in CompilationSubCache()
30 DCHECK_LE(generations, kMaxGenerations); in CompilationSubCache()
62 int generations() const { return generations_; } in generations() function
134 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp() argument
135 : CompilationSubCache(isolate, generations) {} in CompilationCacheRegExp()
Dcompilation-cache.cc42 DCHECK_LT(generation, generations()); in GetTable()
57 DCHECK_GT(c->generations(), 1); in AgeByGeneration()
60 for (int i = c->generations() - 1; i > 0; i--) { in AgeByGeneration()
70 DCHECK_EQ(c->generations(), 1); in AgeCustom()
84 FullObjectSlot(&tables_[generations()])); in Iterate()
90 generations()); in Clear()
98 for (int generation = 0; generation < generations(); generation++) { in Remove()
178 DCHECK_EQ(generations(), 1); in Lookup()
228 DCHECK_EQ(generations(), 1); in Lookup()
262 for (generation = 0; generation < generations(); generation++) { in Lookup()
/third_party/python/Modules/
Dgcmodule.c128 #define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
145 struct gc_generation generations[NUM_GENERATIONS] = { in _PyGC_InitState() local
152 gcstate->generations[i] = generations[i]; in _PyGC_InitState()
1222 gcstate->generations[generation+1].count += 1; in gc_collect_main()
1224 gcstate->generations[i].count = 0; in gc_collect_main()
1428 if (gcstate->generations[i].count > gcstate->generations[i].threshold) { in gc_collect_generations()
1609 &gcstate->generations[0].threshold, in gc_set_threshold()
1610 &gcstate->generations[1].threshold, in gc_set_threshold()
1611 &gcstate->generations[2].threshold)) in gc_set_threshold()
1615 gcstate->generations[i].threshold = gcstate->generations[2].threshold; in gc_set_threshold()
[all …]
/third_party/mesa3d/docs/drivers/
Dradv.rst15 You can find a list of documentation for the various generations of
/third_party/python/Include/internal/
Dpycore_gc.h140 struct gc_generation generations[NUM_GENERATIONS]; member
/third_party/lame/misc/
Dmugeco.sh18 -g <num> number of generations
/third_party/libinput/quirks/
D50-system-apple.quirks46 # The External Apple "Magic" trackpads, both the 1st and 2nd generations, have
/third_party/mesa3d/src/compiler/isaspec/
DREADME.rst9 encoding differences between generations of GPU.
13 were not seen before in previous generations due to more rigorous
30 with encodings used in earlier generations, the actual encoding can be
/third_party/mesa3d/docs/drivers/freedreno/
Disaspec.rst9 encoding differences between generations of GPU.
13 were not seen before in previous generations due to more rigorous
30 with encodings used in earlier generations, the actual encoding can be
/third_party/python/Doc/library/
Dgc.rst101 The GC classifies objects into three generations depending on how many
284 various generations are collected, and how long the collection
/third_party/mesa3d/src/intel/genxml/
DREADME64 In order to spot differences easily between generations, we keep genxml files sorted.
/third_party/mesa3d/docs/
DlibGL.txt76 with many generations of hardware drivers to come.
/third_party/openGLES/extensions/INTEL/
DINTEL_shader_integer_functions2.txt245 RESOLVED: NO. Since recent generations of Intel GPUs have removed
DINTEL_performance_query.txt77 counters. Therefore the query types between hardware generations can be
/third_party/mesa3d/src/freedreno/afuc/
DREADME.rst26 generations prior to Adreno 5xx, the PFP and ME had different
/third_party/mesa3d/docs/isl/
Dccs.rst72 on different hardware generations. Bits 0-11 correspond to the regular swizzle
/third_party/mesa3d/docs/ci/
Dindex.rst102 The Intel CI runs a much larger array of tests, on a number of generations
/third_party/mesa3d/docs/relnotes/
D12.0.2.rst257 - anv: Unify 3DSTATE_CLIP code across generations.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonIntrinsics.td240 // Patterns for optimizing code generations for HVX.
/third_party/mesa3d/src/amd/compiler/
DREADME.md227 * Note that the SW CS always runs on the HW CS stage on all HW generations.
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_performance_query.txt77 counters. Therefore the query types between hardware generations can be
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt1690 generations
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_fragment_shader.txt53 expose the capabilities of future generations of hardware, changing
DATI_text_fragment_shader.txt108 future generations of hardware, changing trends in programmable
/third_party/openGLES/extensions/ATI/
DATI_fragment_shader.txt53 expose the capabilities of future generations of hardware, changing

12