Home
last modified time | relevance | path

Searched full:when (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/arkcompiler/runtime_core/irtoc/scripts/
Dinterpreter.irt250 when 4
252 when 8
254 when 16
265 when 16
267 when 32
278 when 4
280 when 8
282 when 16
284 when 32
290 when 64
[all …]
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 …Debugger functionality is provided via shared library, that runtime loads when works in debugger m…
17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
26 * `LoadModule` - occurs when panda file is loaded by the runtime
27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
Druntime-compiled_code-interaction.md24 `panda::CompilerInterface::CompileMethodSync` which starts compilation. When the function gets comp…
25 changes its entrypoint to newly generated code. Next time when the function gets called native code…
34 When the compiler generates native code for this function for ARM target it must consider that
72 When the hotness counter gets saturated (reaches the threshold) the interpreter triggers compilatio…
91 …is responsible to reserve stack frame for its purpose and then release it when the function doesn'…
94 When compiled code is executing the `stack pointer` register must point to a valid stack frame (new…
212 When the interpreter handles a call instruction first it should resolve the callee method.
287 Stack traversing is performed by the runtime. When the runtime examinates a managed thread's stack …
311 * Values of virtual registers could be changed during stack unwinding. For example, when GC moves a…
385 There is may be a situation when compiled code cannot continue execution for some reason.
[all …]
/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py20 # When running on a Windows host and using a toolchain whose tools are
23 # The GN toolchain definitions take care of that for when GN/Ninja is
24 # running the tool directly. When that command is passed in to this
44 and we use dynamic link CRT files as default, so when link statically,
Dtoolchain.gni25 # environment when `gclient runhooks` is run as well.
46 "Linker map files should only be generated when is_official_build = true")
51 # The path to the hermetic install of Xcode. Only relevant when
/arkcompiler/runtime_core/compiler/optimizer/templates/
DIR-instructions.md.erb30 when 'NullCheck'
32 when 'ZeroCheck'
34 when 'BoundsCheck'
36 when 'NegativeCheck'
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h53 … * \brief called by the ecmavm when breakpoint hits. Thread where breakpoint hits is stopped until
62 * \brief called by the ecmavm when panda file is loaded
73 * \brief called by the ecmavm when virtual machine start initialization
78 * \brief called by the ecmavm when virtual machine death
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb220 when :options
222 when :boot
224 when :env
226 when :inputs
228 when :abort
230 when :output
365 when SearchState::NONE
369 when SearchState::SEARCH_BODY
374 when SearchState::SEARCH_END
395 when SearchState::NONE
[all …]
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb144 when 0
151 when 1
171 when 0
178 when 255
198 when @expected_passed_exit_code
205 when @expected_failed_exit_code, 1 # '1' for the case when Exception is not caught in test
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h221 …* \brief Method is called by the runtime when breakpoint hits. Thread where breakpoint hits is sto…
231 * \brief Method is called by the runtime when panda file is loaded
237 * \brief Method is called by the runtime when managed thread is attached to it
243 * \brief Method is called by the runtime when managed thread is detached
249 * \brief Method is called by the runtime when virtual machine start initialization
254 * \brief Method is called by the runtime when virtual machine finish initialization
260 * \brief Method is called by the runtime when virtual machine death
265 * \brief Method is called by the runtime when a class is first loaded
272 * \brief Method is called by the runtime when class preparation is complete
279 * \brief Method is called by the runtime when a thread is about to wait on an object
[all …]
Ddebug_inf.h35 // when loading new panda file, add new entry to list
37 // when unloading new panda file, remove entry to list
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb271 when 32
273 when 64
275 when 'ref'
292 when 32
294 when 64
296 when 'ref'
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md9 situations when several same classes were passed and only the first is considered by VM. To identif…
56 The boot class path now is a part of class context string. When boot image would be implemented the…
61 is performed during Runtime initialization when only boot panda files are loaded. The verification …
62 files for boot panda files is needed when the options `--enable-an` is used.
Dreg_alloc_graph_coloring_doc.md32 … the same clique, or start another one. This way we don’t have situations when different cliques a…
37 … Pereira algorithm) is trying to coalesce after coloring, that makes work when major decisions alr…
38 - Biasing, is a way when in front of coloring nodes are “hinted” with preferred colors. And on stag…
42 …tions of underlying nodes. That value will be later to prevent situation, when first bias’s colore…
61 Meantime information about call-site convention-registers is not passed to allocator. When it is av…
/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp55 // TODO! Enable when will supported in ~ConstructorTest()
92 // TODO! Enable when will supported in TEST_F()
129 // TODO! Enable when will supported in TEST_F()
173 // TODO! Enable when will supported in TEST_F()
214 // TODO! Enable when will supported in TEST_F()
/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity22 - last time when this region participated in GC or when it was created
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldobj.64.yaml211 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (…
248 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (…
282 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
337 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
393 …description: Check that verifier reports an error when the field resolves to a field with size or …
435 …description: Check that verifier reports an error when the field resolves to a field with size or …
473 …description: Check that verifier does not report any error when the field has size or type that is…
497 description: Check that compiler reports an error when the register number is incorrect
Dldobj.v.64.yaml209 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (…
247 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (…
282 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
337 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
393 …description: Check that verifier reports an error when the field resolves to a field with size or …
435 …description: Check that verifier reports an error when the field resolves to a field with size or …
473 …description: Check that verifier does not report any error when the field has size or type that is…
497 description: Check that compiler reports an error when the register number is incorrect
Dstobj.v.64.yaml244 Check that verifier reports error when the 2nd operand is not a ref to an
286 Check that verifier reports error when the 2nd operand is not a ref to an
329 Check that verifier reports error when the field doesn't resolve to a non-static
384 Check that verifier reports error when the field doesn't resolve to a non-static
431 Check that verifier reports error when the field resolves to a field with size
484 Check that verifier reports error when the field resolves to a field with size
537 … Check that verifier reports error when the register contains a value of type not corresponding
632 Check that verifier reports error when the register contains
701 description: Check that compiler reports error when the register number is out of 4 bit size
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference.h50 …eferences which work as Global references, but will be nullified when GC clears the object when the
51 * object becomes unreachable (no guarantees when it will happen)
/arkcompiler/runtime_core/runtime/tests/
Dpanda_tl_containers_test.cpp72 …// When vector size exceeds MAX_SIZE=256 bytes, we allocate it without thread-local runslots alloc… in TEST_F()
81 …// When vector size exceeds MAX_SIZE=256 bytes, we allocate it without thread-local runslots alloc… in TEST_F()
87 // Check that, when we use GLOBAL scope, there is no memory in thread-local allocator
/arkcompiler/runtime_core/runtime/
Dmonitor.h76 // Potential drawback: infrustructure to detect, when the monitor is not acquired by any thread and…
78 // 2. If the state should be reseted, when it should be done?
188 // Be careful when changing these two lists to other types, or changing List implementation,
190 // when PopFront is called.
Dimtable_builder.cpp35 // (1) as interface methods number when it's smaller than fixed IMTABLE_SIZE in Build()
36 … // (2) as IMTABLE_SIZE when it's in [IMTABLE_SIZE, IMTABLE_SIZE * OVERSIZE_MULTIPLE], eg. [32,64] in Build()
37 …// (3) as 0 when it's much more bigger than fixed IMTABLE_SIZE, since conflict probability is high… in Build()
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.h41 // TODO(alovkov): call RecordFreeRaw when CodeAllocator supports deallocate
42 // TODO: call RecordFreeRaw when ArenaAllocator supports deallocate
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb29 % when 'i32'
31 % when 'i64', 'b64'
33 % when 'f64'
35 % when 'obj'
125 % when 1
127 % when 2
129 % when 3

12345678910>>...15