Searched full:copied (Results 1 – 17 of 17) sorted by relevance
| /arkcompiler/runtime_core/compiler/tools/ |
| D | pbc_2_ir_doc_gen.sh | 15 # 1. If PBC2IR.md already exists, it is copied to PBC2IR_OLD.md. 18 # Another information isn't copied!
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | array.cpp | 57 // 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/ |
| D | if_conversion_doc.md | 67 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/ |
| D | class-inl.h | 268 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()
|
| D | class.h | 839 enum class FindFilter { STATIC, INSTANCE, ALL, COPIED }; enumerator
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.h | 44 * SaveStateInst's inputs were split between these users then SaveStateInst should be copied in
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | pygote_space_allocator.h | 38 STATE_PYGOTE_FORKING, // at first pygote fork, allocate for copied objects
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 240 * copied to B and C (this->chains_ maintains these links), and C was copied to
|
| /arkcompiler/runtime_core/runtime/ |
| D | object_header.cpp | 148 use bariers for possible copied reference fields in ShallowCopy()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | allocator_test_base.h | 123 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/ |
| D | CMakeLists.txt | 252 # copied as VMBenchmarkName.pa.disabled.
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_stats.cpp | 267 … statistic << "Average minor GC copied live bytes ratio " << copied_bytes_.GetAvg() << " over " in GetDump()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.h | 120 // or copied into (from the other semi space) during semi space GC.
|
| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 1160 # 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/ |
| D | graph_cloner.cpp | 736 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/ |
| D | split_resolver_test.cpp | 621 // 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/ |
| D | isa.yaml | 44 …ion of a call bytecode a new function frame is created. All necessary arguments are copied from the
|