Searched full:existing (Results 1 – 25 of 26) sorted by relevance
12
| /arkcompiler/runtime_core/runtime/include/ |
| D | vtable_builder-inl.h | 131 … // use the following algorithm to judge whether we have to replace existing DEFAULT METHOD. in AddDefaultInterfaceMethods() 132 // 1. if existing default method is ICCE, just skip. in AddDefaultInterfaceMethods() 134 … // existing default method can be AME or not, has no effect on final result. its okay. in AddDefaultInterfaceMethods() 135 … // 3. if this new method is max-specific method, check whether existing default method is AME in AddDefaultInterfaceMethods()
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | pbc_2_ir_doc_gen.sh | 17 # 3. IR column is empty by default. PBC2IR_OLD.md is used to copy existing IR instructions to corre…
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | rpo.h | 32 * Also it provides methods for updating an existing tree.
|
| D | loop_analyzer.cpp | 229 * Visiting existing loop headers to populate loops with blocks
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_ts_type_ref.h | 58 * Position 0 in the runtime table stores the number of existing types, so start from 1.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.virt.short.negative.yaml | 619 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 712 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 767 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 905 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda…
|
| D | call.virt.range.negative.yaml | 956 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 1048 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 1113 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 1249 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda…
|
| D | call.virt.negative.yaml | 974 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 1066 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 1118 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda… 1255 …ld report that method is not accessible if method_id is not resolved to existing method. Use Panda…
|
| D | ldobj.obj.yaml | 292 # resolves to a non-existing object field
|
| D | ldobj.v.obj.yaml | 286 # resolves to a non-existing object field
|
| D | stobj.obj.yaml | 312 # resolves to a non-existing object field
|
| D | stobj.v.obj.yaml | 322 # resolves to a non-existing object field
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_solink_wrapper.py | 151 # If there is an existing TOC file with identical contents, leave it alone.
|
| D | gcc_toolchain.gni | 205 # existing file.
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.cpp | 27 LOG(DEBUG, AOT) << "Trying to add already existing AOT file: '" << file_name << "'"; in AddFile()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | split_resolver.cpp | 186 // Try to reuse existing CONNECT_SPLIT_SIBLINGS spill-fill-inst in CreateSpillFillForSiblings()
|
| D | reg_alloc_resolver.cpp | 127 // Create or get existing SpillFillInst in AddMoveToFixedLocation()
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 104 To be able to integrate into existing compilers, as well as to compare efficiency, to need the abil… 243 … or adding blocks or edges between blocks. Also, it provides methods for updating an existing tree.
|
| D | code_metainfo.md | 108 | TABLE_MASK | Bit mask of existing bit tables |
|
| D | assembly_format.md | 11 * Panda assembly should not "favor" by any means any existing programming language that is (or inte…
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.h | 321 * Wait for existing concurrent marking tasks to be finished (if any).
|
| D | heap.cpp | 376 // Wait for existing concurrent marking tasks to be finished (if any), in CollectGarbage()
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | function.rb | 230 … need_new_last_bb = (*cur_bb)->IsEmpty(); // create an empty BB or extract from an existing one?")
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_vector.h | 247 * - ability to operate over existing storage, without expanding (`FixedSize` template parameter)
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 974 …// accessor property. Preserve the existing values of the converted property’s [[Configurable]] and in ValidateAndApplyPropertyDescriptor() 978 … // data property. Preserve the existing values of the converted property’s [[Configurable]] and in ValidateAndApplyPropertyDescriptor()
|
12