| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | interface_instantiation.ets | 19 /* @@@ label Error TypeError: Base is an interface therefore cannot be instantiated. */
|
| D | MultipleParserErrors.ets | 268 /* @@? 145:18 Error TypeError: A is abstract therefore cannot be instantiated. */ 270 /* @@? 148:25 Error TypeError: A is abstract therefore cannot be instantiated. */ 271 /* @@? 149:24 Error TypeError: A is abstract therefore cannot be instantiated. */ 274 /* @@? 157:16 Error TypeError: A is abstract therefore cannot be instantiated. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/03.export_type_directive/ |
| D | negative_export_as_by_old_name.ets | 17 desc: Export type directive, ClassA is exported as ClassB, therefore is not available
|
| D | negative_export_as_twice.ets | 17 desc: Export type directive, ClassA is exported as ClassB twice, therefore must fail
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/ |
| D | extend_clause.ets | 18 …interface being declared extends each of the other named interfaces and therefore inherits the mem…
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/ |
| D | README.md | 26 …dalone tool in the Android Studio build tool version 28.0.1 and higher. Therefore, you can get the…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/ |
| D | MultipleParserErrors.ets | 268 /* @@? 145:18 Error TypeError: A is abstract therefore cannot be instantiated. */ 270 /* @@? 148:25 Error TypeError: A is abstract therefore cannot be instantiated. */ 271 /* @@? 149:24 Error TypeError: A is abstract therefore cannot be instantiated. */ 274 /* @@? 157:16 Error TypeError: A is abstract therefore cannot be instantiated. */
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | freelist_allocator_test.cpp | 86 …// We use common PoolManager from Runtime. Therefore, we have the same pool allocation for both ca… in AddMemoryPoolToAllocatorProtected() 349 // Threads can concurrently add Pools to the allocator, therefore, we must make it into account in TEST_F() 373 // Threads can concurrently add Pools to the allocator, therefore, we must make it into account in TEST_F() 397 // Threads can concurrently add Pools to the allocator, therefore, we must make it into account in TEST_F()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | aot_on_device.md | 16 Therefore, we need to support try load AOT files from both /data/xxx and /system/framework/ (path o…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/shared_reference/ets_to_ts/ |
| D | test_ts_shared_reference.ts | 48 // The first call has no cache, while the second call has a cache. Therefore,
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | ecma_list.h | 23 // Therefore, we implement ecma list inside the vm.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compilation_start.md | 10 …e, we cannot get the compilation result directly (by the return value). Therefore, if we want to k…
|
| D | aot_cha.md | 92 unchanged until the class hierarchy has changed. Therefore AOT compiler can generate code similar t…
|
| D | code_sink_doc.md | 53 …tructions that have been met so far (we are iterating in reverse order; therefore, when we meet lo…
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_compiler.cpp | 107 …ty to find matching records for the corresponding annotation usage, causing errors. Therefore, when in CheckClassId()
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 51 … the TS object. The TS type or its internal layout is not always fixed. Therefore, in the code imp…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 92 unchanged until the class hierarchy has changed. Therefore AOT compiler can generate code similar t…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | freelist_allocator-inl.h | 229 // Therefore, we must unlock allocator's alloc/free methods only 255 …// NOTE: We add each new pool at the mempool_tail_. Therefore, we can read it once and iterate to … in IterateOverObjects() 272 … // and update current block size. Therefore, we have a valid pointer to next memory block. in IterateOverObjects() 276 // Therefore, do not unlock until we have a pointer to the Used block. in IterateOverObjects() 284 // Therefore, we can unlock. in IterateOverObjects() 326 // Therefore, delete all objects to clear all external dependences in VisitAndRemoveAllPools()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | interop.readme.md | 30 …, VMB will assume these are precompiled binaries (or archives of such). Therefore, source compilat…
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | stack_like_allocator-inl.h | 102 // Therefore, we should clear the last RELEASE_PAGES_SIZE interval in Free()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 163 // Therefore it must return a pointer to the first pool byte. in TEST_F()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 155 // Therefore it must return a pointer to the first pool byte.
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | gc_utils.cpp | 135 // NOT-ANY mode treat it as a non GC-reference, therefore can return false. in HasBeenGcRef()
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | node.h | 178 …* this instruction crosses functions and cannot be analyzed by graph, therefore it has been added …
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 47 therefore compiled Ark bytecode file must be bit by bit equal to the file loaded in runtime.
|