Home
last modified time | relevance | path

Searched full:separate (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/ts2panda/scripts/
Dgenerate_plugin.py115 # separate lines into blocks
150 # separate bytecode list
157 # generate separate methods for js bytecode with ARRAY_MAX
/arkcompiler/runtime_core/verification/
DTODO.txt10 1a. Redesign verification into job-queue and separate thread for verifier.
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_fastpath.h35 …* To call C-implemented entrypoint (slow path) we need a separate bridge, because it shouldn't sav…
/arkcompiler/runtime_core/verification/type/
Dtype_system.h51 6. TypeParamsIdx - separate Variance from Indices
53 upon new type addition. Or separate parameters variance from parameters, make
/arkcompiler/runtime_core/docs/
Dcode_metainfo.md139 Stackmap and all its inlined infos use same Virtual registers map, but separate it via `VREGS_COUNT…
164 Holds single column - method index within a pandafile. It was moved to the separate table due to be…
Dirtoc.md37 …d like regular instructions in the `instructions.yaml` file, but in the separate section `pseudo_i…
Dglossary.md61 Sometimes it is triggered by Minor GC, so it is impossible to separate them(see Full GC).
Dir_format.md243 …en the successor is reached by a back edge. **RPO** is implemented as a separate class, which retu…
250 **DomTree** is implemented as a separate class, but it makes only constructing the tree. The Domina…
275 There are two types of def-use storage: in memory right before instruction class and in separate me…
Daot.md104 …re recieved from runtime calls - PLT resolvers. They are described in a separate [doc](../compiler…
Drationale-for-bytecode.md119 body forming a separate def-use chain, i.e. in the majority of loops.
/arkcompiler/runtime_core/cmake/
DHostTools.cmake17 # of source tree is exposed as a separate project for
/arkcompiler/runtime_core/compiler/docs/
Dmemory_coalescing_doc.md4 …taneous load and store operations for consecutive addresses instead of several separate operations.
37 * Separate instructions that will represent coalesced memory accesses from regular accesses.
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp235 …ASSERT(m->recursiveCount == 1); // should be 1 here, there's a separate path for recursive mutex … in MutexLock()
270 …ASSERT(m->recursiveCount == 0); // should be 0 here, there's a separate path for recursive mutex … in MutexUnlock()
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Djtr_reporter.rb19 # JtrTestReporter is reporter to separate file of each test.
/arkcompiler/runtime_core/tests/cts-generator/
DCMakeLists.txt140 # Convert arg string to separate args
/arkcompiler/runtime_core/irtoc/lang/
Dirtoc.rb101 …can be executed in parallel for the same files and from same working directory, we need to separate
/arkcompiler/ets_runtime/
DLICENSE136 the terms of any separate license agreement you may have executed
/arkcompiler/toolchain/
DLICENSE136 the terms of any separate license agreement you may have executed
/arkcompiler/runtime_core/
DLICENSE136 the terms of any separate license agreement you may have executed
/arkcompiler/ets_frontend/
DLICENSE136 the terms of any separate license agreement you may have executed
/arkcompiler/toolchain/build/config/sanitizers/
Dsanitizers.gni151 # Args that are in turn dependent on other args must be in a separate
/arkcompiler/runtime_core/runtime/
Dclass_linker_extension.cpp114 // Copy classes to separate container as ClassLinkerExtension::InitializeClass in Initialize()
/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp221 // Make them separate! in FinalizeTest()
/arkcompiler/runtime_core/runtime/tests/
Dg1gc_test.cpp400 // Allocate quite large object to make allocator to create a separate region in GCPhaseStarted()
516 // So expect the allocator allocates a separate young region for each object. in TEST_F()
595 // So expect the allocator allocates a separate young region for each object. in TEST_F()

12