Searched full:currently (Results 1 – 25 of 76) sorted by relevance
1234
| /arkcompiler/runtime_core/verification/ |
| D | TODO.txt | 8 - [x] Minor: type_image is not thread-safe currently 19 6. Currently in CheckMethodsArgs types of arguments are checked with respect to typecasting in past
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 301 /// Get return type of currently compiling method 303 /// Get type of argument of currently compiling method 305 /// Get count of arguments of currently compiling method 317 // Definitions vector of currently processed basic block
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | cflow_checks.md | 102 into code, then they will be considered ok. Currently, due to imprecision 313 By default such jumps are prohibited currently.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 78 // methodContext is the currently running execution context. in GeneratorResume() 132 // methodContext is the currently running execution context. in GeneratorResumeAbrupt()
|
| D | js_async_function.cpp | 167 // and prevContext is the currently running execution context. in AsyncFunctionAwaitFulfilled() 196 // and prevContext is the currently running execution context. in AsyncFunctionAwaitRejected()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | code_allocator.h | 66 …// TODO(dtrubenkov): Remove when some CodeCache space will be implemented, currently used for avoi…
|
| /arkcompiler/runtime_core/verification/value/ |
| D | abstract_value.h | 67 // currently only None is supported
|
| D | abstract_typed_value.h | 102 // currently only types and origin printed in Image()
|
| /arkcompiler/runtime_core/isa/ |
| D | asserts.rb | 127 assert('Conditionals should be jumps') do # At least currently 141 assert('Jumps differ from other control-flow') do # At least currently
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_base.rb | 30 …# Currently generator supports only single instruction per test. However coverage tool supports ar…
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | options.yaml | 53 # currently unsupported and not planned
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 170 1. The size of a virtual register is not hardcoded by design. Currently it is always 128 bits, 218 Lots of things are being created in parallel, and currently there is no stable front-end for Panda
|
| D | glossary.md | 66 It means that all objects which are currently in use are known and we know how to get value
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_space-inl.h | 95 // currently just for gc stw phase, so check it is not in allocating state in IterateOverObjects()
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 34 # Currently disabled on LLD because of a bug (fixed upstream).
|
| /arkcompiler/runtime_core/cmake/ |
| D | CodeStyle.cmake | 14 # Currently we fix a certain version of clang-format to avoid unstable linting,
|
| /arkcompiler/runtime_core/runtime/ |
| D | cha.cpp | 87 …// TODO(msherstennikov): Currently panda is allowed to execute abstract method, thus we cannot pro… in UpdateMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
| D | assembler.h | 217 …LOG_ECMA(FATAL) << "Assembler does not currently support other platforms, please run on x64 and ar… in GetFrameCompletionPos()
|
| /arkcompiler/runtime_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.h | 175 …bool concurrent_marking_flag_ {false}; //! flag indicates if we currently in concurrent marking p…
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_symbol.cpp | 164 // 4.Assert: GlobalSymbolRegistry does not currently contain an entry for stringKey. in For() 188 // 3.Assert: GlobalSymbolRegistry does not currently contain an entry for sym. in KeyFor()
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events.yaml | 22 # The following streams are currently available:
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | card_table-inl.h | 70 …// This optimization currently is allowed since additional VisitMarked is called after concurrent … in VisitMarked()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 153 Currently the folowing algorithm is implemented:
|
| D | ir_builder.md | 60 …p` is a map, where key is virtual register, value is an IR instruction that currently defines value
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.cpp | 33 // The return value of this method is currently ignored in panda::ThreadPool::WorkerEntry. in Process()
|
1234