Home
last modified time | relevance | path

Searched full:take (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md10 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/
Dconfig_handler_method_options.cpp191 // take default section from inlined config in RegisterConfigHandlerMethodOptions()
220 // take default section from inlined config in SetDefaultMethodOptions()
/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py23 # The GN toolchain definitions take care of that for when GN/Ninja is
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem.h66 // They will never be moved to huge object space. So we take half of a regular
/arkcompiler/runtime_core/runtime/tests/
Dfreelist_allocator_test.cpp344 // 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/
DREADME.md97 ### 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/
Dlock_free_ring_buffer.h26 …* Lock-free single-producer single-consumer ring-buffer. Push can take infinite amount of time if …
/arkcompiler/runtime_core/compiler/optimizer/ir/
Danalysis.cpp61 ASSERT_PRINT(inst->IsStore(), "Attempt to take a stored value on non-store instruction"); in InstStoredValue()
Dgraph.h747 …* 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/
Dark_subtyping_closure.als145 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/
Dregisters_description.h32 // For example, take a look at
Dtarget_info.h26 // For example, take a look at
439 // TODO(msherstennikov): Take into account register size
/arkcompiler/runtime_core/runtime/
Dlock_order_graph.cpp108 …// 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/
Dvregister.h45 // the 'IsObject flag' field will take bits [1-0] and the 'primitive type' field should take bits […
Dframe.h84 …// 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/
DCMakeLists.txt194 # take into account new shared library
/arkcompiler/runtime_core/compiler/
Doptimizer_run.cpp78 …// the X become another instruction within inlined method, but SaveStateOsr didn't take it into ac… in RunOptimizations()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md11 …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…
Dbytecode_info_collector.h51 * measure this state. Take the above code as an example, although in
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md50 … 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/
Dmonitor.yaml75 …These instructions take object reference in accumulator as input. If accumulator contains null then
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h279 … // For nodes that take part in bias with callsites intersection, prefer callee saved registers. in AssignColors()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h92 // 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/
Dbump-allocator-inl.h94 // We must take TLABs occupied memory into account. in Alloc()
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dglobal_object_storage.h79 // TODO(alovkov): take a closure from gc

12