Home
last modified time | relevance | path

Searched full:takes (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h160 …* 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/
Dcc_wrapper.gni16 # icecc, distcc: it takes compile jobs from a build and distributes them among
/arkcompiler/runtime_core/runtime/scheduler/
Dworker_thread.cpp37 // Runtime takes ownership of the thread in ProcessCreatedThread()
/arkcompiler/runtime_core/runtime/mem/gc/reference-processor/
Dreference_processor.h67 …* Predicate checks if we should process all references at once (e.g. processing takes too much tim…
/arkcompiler/runtime_core/assembler/
Dlexer.h95 * The main function of Tokenizing, which takes a string.
Dassembly-parser.h56 …* 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/
Dts_type_parser.cpp223 …// 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/
Dnon_testable.yaml116 …For methods with more arguments range kind of instruction is to be used, which takes the needed nu…
/arkcompiler/runtime_core/verification/util/
Doptional_ref.h92 …ally equivalent to std::optional<std::reference_wrapper<T>>, but nicer to use and takes less memory
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md7 …3. `OSR-mode` - similiar to `JIT-mode`. Takes into account differences of [OSR](../../docs/on-stac…
Daot_cha.md53 The string of class context for AOT file takes into account `--paoc-location` option.
Dplt.md109 takes caller `Method pointer` from previous frame and calls `GetCalleeMethod` entrypoint.
155 takes caller `Method pointer` from previous frame and calls `InitializeClassById` entrypoint.
Dreg_alloc_graph_coloring_doc.md49 …ause it’s not only doesn’t touch colors of already colored neighbors, but takes in account biases …
/arkcompiler/runtime_core/docs/
Dirtoc.md119 For such needs, each function takes registers map as an input:
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp127 // -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/
Decma_string_table_test.cpp51 * @tc.desc: Write empty string emptyStr to the Intern pool and takes the hash code as its index.
/arkcompiler/runtime_core/runtime/include/
Dcframe_iterators.h247 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/
DCMakeLists.txt133 # Disable checked tests with sanitizers for arm64, since it takes too long time running on qemu.
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp200 …* @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/
Dinterpreter_to_compiled_code_bridge_aarch64.S38 // It takes a pair (argument, type tag) and stores to the corresponding stack space
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_armhf.S68 // It takes an argument in arg_reg and stores it to the corresponding stack space
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_amd64.S100 // It takes an argument in arg_reg and stores it to the corresponding stack space
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.short.negative.yaml54 For methods with more arguments range kinds of instruction are to be used, which takes
Dcall.virt.range.negative.yaml55 For methods with more arguments range kinds of instruction are to be used, which takes
Dcall.virt.short.yaml87 For methods with more arguments range kinds of instruction are to be used, which takes

12