| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | cleanup.cpp | 439 size_t amount = 0; in BuildDominators() local 441 map_.insert({fake_root_, amount}); in BuildDominators() 444 amount++; in BuildDominators() 445 map_.insert({inst, amount}); in BuildDominators() 449 amount++; in BuildDominators() 450 map_.insert({pred, amount}); in BuildDominators() 455 Init(amount + 1); in BuildDominators() 465 ASSERT(static_cast<size_t>(dfs_num_) == amount); in BuildDominators() 467 for (size_t i = amount; i > 0; i--) { in BuildDominators() 471 for (size_t i = 1; i <= amount; i++) { in BuildDominators()
|
| D | scheduler.cpp | 377 uint32_t amount = 0; in SchedWithGlued() local 426 amount++; in SchedWithGlued() 429 return amount; in SchedWithGlued()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 288 …Check that a thread owns a monitor if amount of executed monitorexit instructions is less than amo… 298 …Check that a thread does not own a monitor if amount of executed monitorexit instructions is the s… 299 amount of executed monitorenter instructions
|
| D | fldarr.32.yaml | 204 …andi 0xFFFFFF # Limit amount of digit in number to fit in f32 primitive without loss of precisi…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 38 - if amount of already filled PLT-slots is above `--resolve-string-aot-threshold` then the resolved… 51 …cing to an object in young space. That information allow to significantly reduce amount of scanned
|
| D | reg_alloc_graph_coloring_doc.md | 37 …ccessful coalescing. Or alternatively on post-coalescing potentially big amount of re-coloring may…
|
| D | scheduler_doc.md | 8 …ten by one of the previous instructions. Scheduling allows to reduce the amount of such stalls in …
|
| /arkcompiler/runtime_core/disassembler/templates/ |
| D | bc_ins_to_pandasm_ins.cpp.erb | 85 … "between amount of registers specified by instruction format and amount of function's arguments) "
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 10 * `PANDA_CTS_JOBS_NUMBER` - amount of parallel jobs for test execution. Default is 8. 62 -j, --jobs N Amount of concurrent jobs for test execution (default 8)
|
| D | test-runner.rb | 100 opts.on('-j', '--jobs N', 'Amount of concurrent jobs for test execution (default 8)', Integer)
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers.cpp | 36 …// This conflict is solved by keeping alive weak reference. A small amount of floating garbage may… in Update()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_manager.h | 123 // Returns the maximum amount of memory a program can consume. 129 // Returns approximate amount of memory currently consumed by an application.
|
| D | humongous_obj_allocator-inl.h | 433 …LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "We don't have max amount of elements in Reserved list. Just… in TryToInsert() 436 // We have the max amount of elements in the Reserved pools list in TryToInsert() 438 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "We have max amount of elements in Reserved list."; in TryToInsert()
|
| D | runslots_allocator.h | 228 * Current implementation limits the amount of memory pools which can be managed by this class.
|
| /arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 26 …* Lock-free single-producer single-consumer ring-buffer. Push can take infinite amount of time if …
|
| /arkcompiler/runtime_core/scripts/ |
| D | memdump.py | 26 * peak allocated memory (maximum amount of allocated memory)
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 681 description: Maximum amount of AOT string PLT-slots registered as GC roots 686 description: Minimum amount of ResolveStringAot calls before storing string pointer into PLT-slot
|
| D | thread_manager.h | 50 // For performance reasons don't exceed specified amount of bits.
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 182 …// 2. If amount of the saved registers in prologue is even(i.e. aligned), then even if target does… in IntrinsicSaveRegisters()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encoder.md | 12 … information about registers, which are used in the target architecture: amount of available regis…
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 689 …// use minimal amount of scratch register. Then only 3 scratch registers are used: tmp1 and tmp2 f… in EncodeStringEquals() 709 …// calculate amount of bits to shift off. Note that for negative numbers shift result is undefined… in EncodeStringEquals() 989 // amount of bytes to scan in worst case in IndexOfHandleUtf16NormalCase() 1120 // amount of bytes to scan in worst case in IndexOfHandleSurrogateCase() 2859 * LDR Wt, [Xn|SP, Rm{, extend {amount}}] ; 32-bit general registers 2861 * LDR Xt, [Xn|SP, Rm{, extend {amount}}] ; 64-bit general registers 2863 * amount 2864 * Is the index shift amount, optional and defaulting to #0 when extend is not LSL: 2874 * LDRH Wt, [Xn|SP, Rm{, extend {amount}}] 2876 * amount [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.cpp | 41 "Summary amount of registers and slots overflow. Change LocationIndex type"); in SpillFillsResolver()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | region_allocator_test.cpp | 479 // Check that we have the same object amount. in TEST_F() 539 // Check that we have the same object amount. in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.cpp | 176 …* Create block with the same amount of phi instructions as in a `header` and insert it before a `h…
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 450 description: Maximum amount of instructions in basicblock(s) for if-conversion
|