Searched full:separate (Results 1 – 25 of 40) sorted by relevance
12
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | generate_plugin.py | 115 # separate lines into blocks 150 # separate bytecode list 157 # generate separate methods for js bytecode with ARRAY_MAX
|
| /arkcompiler/runtime_core/verification/ |
| D | TODO.txt | 10 1a. Redesign verification into job-queue and separate thread for verifier.
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 35 …* To call C-implemented entrypoint (slow path) we need a separate bridge, because it shouldn't sav…
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_system.h | 51 6. TypeParamsIdx - separate Variance from Indices 53 upon new type addition. Or separate parameters variance from parameters, make
|
| /arkcompiler/runtime_core/docs/ |
| D | code_metainfo.md | 139 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…
|
| D | irtoc.md | 37 …d like regular instructions in the `instructions.yaml` file, but in the separate section `pseudo_i…
|
| D | glossary.md | 61 Sometimes it is triggered by Minor GC, so it is impossible to separate them(see Full GC).
|
| D | ir_format.md | 243 …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…
|
| D | aot.md | 104 …re recieved from runtime calls - PLT resolvers. They are described in a separate [doc](../compiler…
|
| D | rationale-for-bytecode.md | 119 body forming a separate def-use chain, i.e. in the majority of loops.
|
| /arkcompiler/runtime_core/cmake/ |
| D | HostTools.cmake | 17 # of source tree is exposed as a separate project for
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | memory_coalescing_doc.md | 4 …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/ |
| D | fmutex.cpp | 235 …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/ |
| D | jtr_reporter.rb | 19 # JtrTestReporter is reporter to separate file of each test.
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | CMakeLists.txt | 140 # Convert arg string to separate args
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | irtoc.rb | 101 …can be executed in parallel for the same files and from same working directory, we need to separate
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 136 the terms of any separate license agreement you may have executed
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 136 the terms of any separate license agreement you may have executed
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 136 the terms of any separate license agreement you may have executed
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 136 the terms of any separate license agreement you may have executed
|
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 151 # Args that are in turn dependent on other args must be in a separate
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_linker_extension.cpp | 114 // Copy classes to separate container as ClassLinkerExtension::InitializeClass in Initialize()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_printer_test.cpp | 221 // Make them separate! in FinalizeTest()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | g1gc_test.cpp | 400 // 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