Searched full:take (Results 1 – 25 of 34) sorted by relevance
12
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 10 Before discussing bytecode per se, let's take a look at an over-simplified picture of a real 133 Let's take a closer look at `adda arg1, arg2`. Assume that arguments map to virtual registers on 223 bytecode verifiers take the responsibility to control this invariant.
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 191 // take default section from inlined config in RegisterConfigHandlerMethodOptions() 220 // take default section from inlined config in SetDefaultMethodOptions()
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_link_wrapper.py | 23 # The GN toolchain definitions take care of that for when GN/Ninja is
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem.h | 66 // They will never be moved to huge object space. So we take half of a regular
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | freelist_allocator_test.cpp | 344 // And also we must take fragmentation into account in TEST_F() 368 // And also we must take fragmentation into account in TEST_F() 392 // And also we must take fragmentation into account in TEST_F()
|
| /arkcompiler/ets_frontend/test262/ |
| D | README.md | 97 ### 2.7 Run single test case with other engines. Take d8 as an example 109 take the following code as an example:
|
| /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/compiler/optimizer/ir/ |
| D | analysis.cpp | 61 ASSERT_PRINT(inst->IsStore(), "Attempt to take a stored value on non-store instruction"); in InstStoredValue()
|
| D | graph.h | 747 …* Optimization passes might take additional arguments that will passed to Optimization's construct… 748 * Analyses can't take additional arguments.
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_subtyping_closure.als | 145 let ts1 = t1.pos[common], // take these types, where t1, t2 have common indices 185 // initially take any pair of unrelated types
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | registers_description.h | 32 // For example, take a look at
|
| D | target_info.h | 26 // For example, take a look at 439 // TODO(msherstennikov): Take into account register size
|
| /arkcompiler/runtime_core/runtime/ |
| D | lock_order_graph.cpp | 108 …// On each iteration of the loop we take next unexplored node from the front and find all reachabl… in CheckForTerminationLoops()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | vregister.h | 45 // the 'IsObject flag' field will take bits [1-0] and the 'primitive type' field should take bits […
|
| D | frame.h | 84 …// Indicate whether this frame is stackless frame, only take effects under stackless interpreter m… 86 …// Indicate whether this frame is initobj frame, only take effects under stackless interpreter mod…
|
| /arkcompiler/runtime_core/cmake/ark-third-party/zlib/ |
| D | CMakeLists.txt | 194 # take into account new shared library
|
| /arkcompiler/runtime_core/compiler/ |
| D | optimizer_run.cpp | 78 …// the X become another instruction within inlined method, but SaveStateOsr didn't take it into ac… in RunOptimizations()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 11 …s make a change to the global memory). Most of **computation gates** will take some values as inpu… 17 …-one) to `MERGE` state gates (which have several transition sources), and take several values or d… 19 …/en.wikipedia.org/wiki/Relay) gates** `DEPEND_RELAY` are introduced. They take a state gate (the t… 25 …he only gate that does not have any inputs. Every root nodes listed below take this gate as theirs…
|
| D | bytecode_info_collector.h | 51 * measure this state. Take the above code as an example, although in
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 50 … choice from 1st phase. This 2 phase scheme helps in case if colored node take part in multiple cl…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 75 …These instructions take object reference in accumulator as input. If accumulator contains null then
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.h | 279 … // For nodes that take part in bias with callsites intersection, prefer callee saved registers. in AssignColors()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_utils.h | 92 // How many bits (minimally) does it take to store the constant 'value'? i.e. 1 for 1, 2 for 2 and …
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | bump-allocator-inl.h | 94 // We must take TLABs occupied memory into account. in Alloc()
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | global_object_storage.h | 79 // TODO(alovkov): take a closure from gc
|
12