Home
last modified time | relevance | path

Searched full:therefore (Results 1 – 25 of 89) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dinterface_instantiation.ets19 /* @@@ label Error TypeError: Base is an interface therefore cannot be instantiated. */
DMultipleParserErrors.ets268 /* @@? 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/
Dnegative_export_as_by_old_name.ets17 desc: Export type directive, ClassA is exported as ClassB, therefore is not available
Dnegative_export_as_twice.ets17 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/
Dextend_clause.ets18 …interface being declared extends each of the other named interfaces and therefore inherits the mem…
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/
DREADME.md26 …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/
DMultipleParserErrors.ets268 /* @@? 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/
Dfreelist_allocator_test.cpp86 …// 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/
Daot_on_device.md16 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/
Dtest_ts_shared_reference.ts48 // The first call has no cache, while the second call has a cache. Therefore,
/arkcompiler/ets_runtime/ecmascript/mem/
Decma_list.h23 // Therefore, we implement ecma list inside the vm.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompilation_start.md10 …e, we cannot get the compilation result directly (by the return value). Therefore, if we want to k…
Daot_cha.md92 unchanged until the class hierarchy has changed. Therefore AOT compiler can generate code similar t…
Dcode_sink_doc.md53 …tructions that have been met so far (we are iterating in reverse order; therefore, when we meet lo…
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.cpp107 …ty to find matching records for the corresponding annotation usage, causing errors. Therefore, when in CheckClassId()
/arkcompiler/ets_runtime/docs/
Doverview.md51 … the TS object. The TS type or its internal layout is not always fixed. Therefore, in the code imp…
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md92 unchanged until the class hierarchy has changed. Therefore AOT compiler can generate code similar t…
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h229 // 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/
Dinterop.readme.md30 …, VMB will assume these are precompiled binaries (or archives of such). Therefore, source compilat…
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dstack_like_allocator-inl.h102 // Therefore, we should clear the last RELEASE_PAGES_SIZE interval in Free()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpool_map_test.cpp163 // Therefore it must return a pointer to the first pool byte. in TEST_F()
/arkcompiler/runtime_core/libpandabase/tests/
Dpool_map_test.cpp155 // Therefore it must return a pointer to the first pool byte.
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dgc_utils.cpp135 // NOT-ANY mode treat it as a non GC-reference, therefore can return false. in HasBeenGcRef()
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dnode.h178 …* this instruction crosses functions and cannot be analyzed by graph, therefore it has been added …
/arkcompiler/runtime_core/docs/
Daot.md47 therefore compiled Ark bytecode file must be bit by bit equal to the file loaded in runtime.

1234