Home
last modified time | relevance | path

Searched full:copied (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/compiler/tools/
Dpbc_2_ir_doc_gen.sh15 # 1. If PBC2IR.md already exists, it is copied to PBC2IR_OLD.md.
18 # Another information isn't copied!
/arkcompiler/runtime_core/runtime/coretypes/
Darray.cpp57 // Order is matters here: GC can read data before it copied if we set length first. in Create()
115 // Order is matters here: GC can read data before it copied if we set length first. in CreateTagged()
/arkcompiler/runtime_core/compiler/docs/
Dif_conversion_doc.md67 3. All instruction from `JBB` are copied to `BB`
71 …b. If `PBB` doesn't have other predecessors, all Phi inputs are copied to Select instructions and …
/arkcompiler/runtime_core/runtime/include/
Dclass-inl.h268 case FindFilter::COPIED: in GetMethods()
296 // Copied methods come from implemented interfaces default methods and unsorted, in FindDirectMethod()
299 if constexpr (filter == FindFilter::COPIED) { in FindDirectMethod()
300 auto methods = GetMethods<FindFilter::COPIED>(); in FindDirectMethod()
324 return FindClassMethod<FindFilter::COPIED, KeyComp>(key, preds...); in FindClassMethod()
333 static_assert(filter != FindFilter::COPIED, "interfaces don't have copied methods"); in FindInterfaceMethod()
Dclass.h839 enum class FindFilter { STATIC, INSTANCE, ALL, COPIED }; enumerator
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h44 * SaveStateInst's inputs were split between these users then SaveStateInst should be copied in
/arkcompiler/runtime_core/runtime/mem/
Dpygote_space_allocator.h38 STATE_PYGOTE_FORKING, // at first pygote fork, allocate for copied objects
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.cpp240 * copied to B and C (this->chains_ maintains these links), and C was copied to
/arkcompiler/runtime_core/runtime/
Dobject_header.cpp148 use bariers for possible copied reference fields in ShallowCopy()
/arkcompiler/runtime_core/runtime/tests/
Dallocator_test_base.h123 size_t copied = 0; in SetBytesFromByteArray() local
128 copied += first_copy_size; in SetBytesFromByteArray()
131 …memcpy_s(ToVoidPtr(ToUintPtr(mem) + copied), BYTE_ARRAY_SIZE, byte_array_.data(), BYTE_ARRAY_SIZE); in SetBytesFromByteArray()
133 copied += BYTE_ARRAY_SIZE; in SetBytesFromByteArray()
136 memcpy_s(ToVoidPtr(ToUintPtr(mem) + copied), size, byte_array_.data(), size); in SetBytesFromByteArray()
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt252 # copied as VMBenchmarkName.pa.disabled.
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.cpp267 … statistic << "Average minor GC copied live bytes ratio " << copied_bytes_.GetAvg() << " over " in GetDump()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h120 // or copied into (from the other semi space) during semi space GC.
/arkcompiler/runtime_core/docs/
Ddoxygen.config1160 # other source files which should be copied to the HTML output directory. Note
1161 # that these files will be copied to the base HTML output directory. Use the
1164 # files will be copied as-is; there are no commands or markers available.
1401 # to be copied into the plugins directory of eclipse. The name of the directory
1727 # other source files which should be copied to the LATEX_OUTPUT output
1728 # directory. Note that the files will be copied as-is; there are no commands or
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp736 COMPILER_LOG(DEBUG, GRAPH_CLONER) << "Loop " << loop->GetId() << " is copied"; in CloneLoop()
1010 // in pre header copied compare + ifimm inst in IsLoopClonable()
/arkcompiler/runtime_core/compiler/tests/
Dsplit_resolver_test.cpp621 // inst 4 should be already copied at the end of block (where φ inserts move). in TEST_F()
930 // so the move will corrupt Phi's value. If param0 is the Phi's input then it'll be copied in TEST_F()
/arkcompiler/runtime_core/isa/
Disa.yaml44 …ion of a call bytecode a new function frame is created. All necessary arguments are copied from the