Home
last modified time | relevance | path

Searched full:amount (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp439 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()
Dscheduler.cpp377 uint32_t amount = 0; in SchedWithGlued() local
426 amount++; in SchedWithGlued()
429 return amount; in SchedWithGlued()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml288 …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
Dfldarr.32.yaml204 …andi 0xFFFFFF # Limit amount of digit in number to fit in f32 primitive without loss of precisi…
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md38 - 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
Dreg_alloc_graph_coloring_doc.md37 …ccessful coalescing. Or alternatively on post-coalescing potentially big amount of re-coloring may…
Dscheduler_doc.md8 …ten by one of the previous instructions. Scheduling allows to reduce the amount of such stalls in …
/arkcompiler/runtime_core/disassembler/templates/
Dbc_ins_to_pandasm_ins.cpp.erb85 … "between amount of registers specified by instruction format and amount of function's arguments) "
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md10 * `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)
Dtest-runner.rb100 opts.on('-j', '--jobs N', 'Amount of concurrent jobs for test execution (default 8)', Integer)
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp36 …// This conflict is solved by keeping alive weak reference. A small amount of floating garbage may… in Update()
/arkcompiler/runtime_core/runtime/mem/
Dheap_manager.h123 // Returns the maximum amount of memory a program can consume.
129 // Returns approximate amount of memory currently consumed by an application.
Dhumongous_obj_allocator-inl.h433 …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()
Drunslots_allocator.h228 * Current implementation limits the amount of memory pools which can be managed by this class.
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h26 …* Lock-free single-producer single-consumer ring-buffer. Push can take infinite amount of time if …
/arkcompiler/runtime_core/scripts/
Dmemdump.py26 * peak allocated memory (maximum amount of allocated memory)
/arkcompiler/runtime_core/runtime/
Doptions.yaml681 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
Dthread_manager.h50 // For performance reasons don't exceed specified amount of bits.
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp182 …// 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/
Dencoder.md12 … information about registers, which are used in the target architecture: amount of available regis…
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp689 …// 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/
Dspill_fills_resolver.cpp41 "Summary amount of registers and slots overflow. Change LocationIndex type"); in SpillFillsResolver()
/arkcompiler/runtime_core/runtime/tests/
Dregion_allocator_test.cpp479 // 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/
Dloop_analyzer.cpp176 …* Create block with the same amount of phi instructions as in a `header` and insert it before a `h…
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml450 description: Maximum amount of instructions in basicblock(s) for if-conversion

12