Searched full:when (Results 1 – 25 of 373) sorted by relevance
12345678910>>...15
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | interpreter.irt | 250 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/ |
| D | runtime-debug-api.md | 11 …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…
|
| D | runtime-compiled_code-interaction.md | 24 `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/ |
| D | gcc_link_wrapper.py | 20 # 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,
|
| D | toolchain.gni | 25 # 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/ |
| D | IR-instructions.md.erb | 30 when 'NullCheck' 32 when 'ZeroCheck' 34 when 'BoundsCheck' 36 when 'NegativeCheck'
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 53 … * \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/ |
| D | checker.rb | 220 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/ |
| D | single_test_runner.rb | 144 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/ |
| D | debug_interface.h | 221 …* \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 …]
|
| D | debug_inf.h | 35 // 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/ |
| D | bytecode_optimizer_isapi.rb | 271 when 32 273 when 64 275 when 'ref' 292 when 32 294 when 64 296 when 'ref'
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 9 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.
|
| D | reg_alloc_graph_coloring_doc.md | 32 … 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/ |
| D | constructor_test.cpp | 55 // 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/ |
| D | g1gc-gc-activity.puactivity | 22 - last time when this region participated in GC or when it was created
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldobj.64.yaml | 211 …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
|
| D | ldobj.v.64.yaml | 209 …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
|
| D | stobj.v.64.yaml | 244 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/ |
| D | reference.h | 50 …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/ |
| D | panda_tl_containers_test.cpp | 72 …// 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/ |
| D | monitor.h | 76 // 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.
|
| D | imtable_builder.cpp | 35 // (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/ |
| D | base_mem_stats.h | 41 // TODO(alovkov): call RecordFreeRaw when CodeAllocator supports deallocate 42 // TODO: call RecordFreeRaw when ArenaAllocator supports deallocate
|
| /arkcompiler/ets_frontend/ts2panda/templates/ |
| D | irnodes.ts.erb | 29 % when 'i32' 31 % when 'i64', 'b64' 33 % when 'f64' 35 % when 'obj' 125 % when 1 127 % when 2 129 % when 3
|
12345678910>>...15