Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 162) sorted by relevance

1234567

/arkcompiler/runtime_core/cmake/
DREADME.md8 $ make
27 $ make clang_format
32 $ make clang_tidy
41 You may force fixes for clang-format issues, with the `make clang_force_format` command.
42 Run `make help | grep clang` to see all possible clang-[format|style] targets.
43 …mat target (`make clang_format_opt_opt.cpp`) or the clang-tidy one (`make clang_tidy_opt_opt.cpp`)…
44 To check code-style through just one check-system - use `make clang_tidy` or `make clang_format`.
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md97 ### How to generate all test not using cmake/make
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will…
114 make cts-generator
162 make cts-generator
/arkcompiler/runtime_core/tests/regression/
Dirreducible_loop.pa21 inci a1, 1 # make a1 even
33 jmp _one # make a1 even
/arkcompiler/runtime_core/libpandafile/tests/
Dpanda_cache_test.cpp57 // TODO(yxr) : make sure no conflicts in TEST()
66 // TODO(yxr) : make sure no conflicts in TEST()
164 // TODO(yxr) : make sure no conflicts in GetElement()
176 // TODO(yxr) : make sure no conflicts in SetElement()
254 // TODO(yxr) : make sure no conflicts in CleanFieldMocks()
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.h35 …* \brief Allocates \param size bytes, copies \param codeBuff to allocated memory and make this mem…
50 * Make memory \mem_range executable
/arkcompiler/ets_frontend/ts2panda/tests/
DregAllocator.test.ts61 it("make spill for Dst register & Src register", function () {
103 it("make spill for SrcDst register", function () {
110 it("make spill for CalliRange", function () {
111 …/* since the bitwidth for CalliRange source register is 16 now, we do not need to make spill at al…
178 it("make spill for control-flow change", function () {
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.h59 * trigger full gc to make sure no unreachable objects in heap
64 * make a new heap snapshot and put it into a container eg, vector
/arkcompiler/runtime_core/verification/
Dmessages.yaml344 Cannot make a call to '${name}' because of undefined register ${reg_idx}.
350 Cannot make a call to '${name}'. ${register} is physically incompatible with formal parameter.
357 …Cannot make a call to '${name}'. Formal parameter is of type 'Bot', but actual parameter is of typ…
385 …Cannot make a call to '${name}'. Actual lambda type ${reg}'${actual_type}' (physical type '${physi…
392 Cannot make a call to '${name}' because of wrong type in register v${reg_idx}.
398 …Cannot make a call to '${name}' because of wrong type in actual parameter. Actual type: '${actual_…
405 Cannot make a call to '${name}' because of insufficient actual parameters.
DTODO.txt3 …method put under lock to exclude double verification at the same time, or make verified_ field ato…
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md112 some "stack-based'ness" into an otherwise register-based instruction set in attempt to make the
165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows
187 One option is to make the operation _statically typed_, i.e. specify explicitly that it works only
191 Another option is to make the operation _dynamically typed_, i.e. specify that `adda ...` handles
Dir_format.md12 … and analyses. The structure of the IR should be as clear as possible and make it possible to impl…
52 …filing information to implement them. We will have them in mind, but will make the implementation,…
62 We will try to make it possible to pass optimizations in an arbitrary order. Some restrictions will…
114 …rhead for IR constructing and scheduling phases, that makes impossible to make lightweight tier 1 …
261 …equent use is an iterating over inputs or users. One of the approaches to make iterating more effe…
316 We chose the standard vixl library for сode generation to make implementation faster and avoid poss…
320 In the future, we plan to make fully own implementation for more optimal code generation(in terms o…
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dcompiled_code_to_interpreter_bridge_arm.S36 // store r0-r3 before the frame to make arg array continuos with stack args
82 // because compilation may fall into safepoint, so we need to make caller's callee registers
175 // make r3 8 bytes aligned
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h44 * \brief Make memory region \param mem with size \param size with protection flags \param prot
53 * \brief Make memory region \param mem with size \param size readable and executable
61 * \brief Make memory region \param mem with size \param size readable and writable
69 * \brief Make memory region \param mem with size \param size readable
77 * \brief Make memory region \param mem with size \param size protected
Dthread.h132 …// Make recursive ref to prevent from shared pointer being destroyed until child thread acquires i…
134 // Leave scope to make sure that local shared_ptr was destroyed before thread creation
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-build17 make
Dubuntu-20-04-build17 make=4.2.1-*
Dubuntu-18-04-build17 make=4.1-*
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_field.h53 * Make BitField type that follows right after current bit range.
68 * Make Flag field that follows right after current bit range.
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md26 …s intersection with call-site. They will be split later, to let algorithm make a decision about ca…
37 …re-coalescing is known to potentially can increase register pressure, and make graph G’ not K-colo…
38 …ints if possible. This approach is more flexible, and gives an ability to make decision on colorin…
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/hotreload/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-class-1/
Dexpected.txt14 …are changing UI Component, please only change one Component at a time and make sure the Component …
/arkcompiler/runtime_core/runtime/mem/gc/epsilon/
Depsilon_barrier.h26 // Temporary make it c style - it is easier to the JIT to call this
/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp564 // Make a trivial allocation of unaligned size and make it garbage in TEST_F()
579 // Make a trivial allocation of unaligned size and make it alive in TEST_F()
591 // Make them garbage in TEST_F()
602 // Make a trivial allocation of unaligned size in tenured space and make it garbage in TEST_F()
613 // Make a trivial allocation of unaligned size large object and make it garbage in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencoder.md9 …parts - architecture and execution model. Current architecture has aim to make easy switching of t…
75 Codegen - must not be in Encode-library, not to make dependency from compiler. It also must not to

1234567