Searched full:takes (Results 1 – 25 of 36) sorted by relevance
12
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 160 …* append takes value from APPEND_STATUS_CREATE(which will create the archive zipname for first tim… 162 …* level takes value from Z_BEST_COMPRESSION(which will deflate the pbuf with best compression effe…
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | cc_wrapper.gni | 16 # icecc, distcc: it takes compile jobs from a build and distributes them among
|
| /arkcompiler/runtime_core/runtime/scheduler/ |
| D | worker_thread.cpp | 37 // Runtime takes ownership of the thread in ProcessCreatedThread()
|
| /arkcompiler/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 67 …* Predicate checks if we should process all references at once (e.g. processing takes too much tim…
|
| /arkcompiler/runtime_core/assembler/ |
| D | lexer.h | 95 * The main function of Tokenizing, which takes a string.
|
| D | assembly-parser.h | 56 …* The main function of parsing, which takes a vector of token vectors and a name of the source fil… 69 * The main function of parsing, which takes a string with source and a name of the source file.
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 223 …// static include fields and methods, which the former takes up 4 spaces and the latter takes up 2… in ParseClassType() 275 // field takes up 4 spaces and method takes up 2 spaces. in ParseInterfaceType()
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 116 …For methods with more arguments range kind of instruction is to be used, which takes the needed nu…
|
| /arkcompiler/runtime_core/verification/util/ |
| D | optional_ref.h | 92 …ally equivalent to std::optional<std::reference_wrapper<T>>, but nicer to use and takes less memory
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 7 …3. `OSR-mode` - similiar to `JIT-mode`. Takes into account differences of [OSR](../../docs/on-stac…
|
| D | aot_cha.md | 53 The string of class context for AOT file takes into account `--paoc-location` option.
|
| D | plt.md | 109 takes caller `Method pointer` from previous frame and calls `GetCalleeMethod` entrypoint. 155 takes caller `Method pointer` from previous frame and calls `InitializeClassById` entrypoint.
|
| D | reg_alloc_graph_coloring_doc.md | 49 …ause it’s not only doesn’t touch colors of already colored neighbors, but takes in account biases …
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 119 For such needs, each function takes registers map as an input:
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | bytecode_emitter_tests.cpp | 127 // -5 because 2 bytes takes jmp itself and 191 // -4 because 2 bytes takes jmp itself and 213 // -5 because 2 bytes takes jmp itself and 400 // -4 because 2 bytes takes jmp itself and
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_table_test.cpp | 51 * @tc.desc: Write empty string emptyStr to the Intern pool and takes the hash code as its index.
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | cframe_iterators.h | 247 if (vreg_type_ == VRegInfo::Type::FLOAT32) { // in this case one takes 1 slots 262 if (vreg_type_ == VRegInfo::Type::FLOAT64) { // in this case one takes 2 slots
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | CMakeLists.txt | 133 # Disable checked tests with sanitizers for arm64, since it takes too long time running on qemu.
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | number_helper_test.cpp | 200 …* @tc.desc:This function takes the integer part of double type.When it is positive,it is rounded d… 223 …* @tc.desc: This function takes the double of integer type.When the decimal part is eight and the …
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 38 // It takes a pair (argument, type tag) and stores to the corresponding stack space
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_armhf.S | 68 // It takes an argument in arg_reg and stores it to the corresponding stack space
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_amd64.S | 100 // It takes an argument in arg_reg and stores it to the corresponding stack space
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.virt.short.negative.yaml | 54 For methods with more arguments range kinds of instruction are to be used, which takes
|
| D | call.virt.range.negative.yaml | 55 For methods with more arguments range kinds of instruction are to be used, which takes
|
| D | call.virt.short.yaml | 87 For methods with more arguments range kinds of instruction are to be used, which takes
|
12