Home
last modified time | relevance | path

Searched full:currently (Results 1 – 25 of 76) sorted by relevance

1234

/arkcompiler/runtime_core/verification/
DTODO.txt8 - [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/
Dinst_builder.h301 /// 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/
Dcflow_checks.md102 into code, then they will be considered ok. Currently, due to imprecision
313 By default such jumps are prohibited currently.
/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp78 // methodContext is the currently running execution context. in GeneratorResume()
132 // methodContext is the currently running execution context. in GeneratorResumeAbrupt()
Djs_async_function.cpp167 // 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/
Dcode_allocator.h66 …// TODO(dtrubenkov): Remove when some CodeCache space will be implemented, currently used for avoi…
/arkcompiler/runtime_core/verification/value/
Dabstract_value.h67 // currently only None is supported
Dabstract_typed_value.h102 // currently only types and origin printed in Image()
/arkcompiler/runtime_core/isa/
Dasserts.rb127 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/
Dtest_base.rb30 …# Currently generator supports only single instruction per test. However coverage tool supports ar…
/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml53 # currently unsupported and not planned
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md170 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
Dglossary.md66 It means that all objects which are currently in use are known and we know how to get value
/arkcompiler/runtime_core/runtime/mem/
Dregion_space-inl.h95 // currently just for gc stw phase, so check it is not in allocating state in IterateOverObjects()
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni34 # Currently disabled on LLD because of a bug (fixed upstream).
/arkcompiler/runtime_core/cmake/
DCodeStyle.cmake14 # Currently we fix a certain version of clang-format to avoid unstable linting,
/arkcompiler/runtime_core/runtime/
Dcha.cpp87 …// TODO(msherstennikov): Currently panda is allowed to execute abstract method, thus we cannot pro… in UpdateMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h217 …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/
Dgen-gc.h175 …bool concurrent_marking_flag_ {false}; //! flag indicates if we currently in concurrent marking p…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp164 // 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/
Devents.yaml22 # The following streams are currently available:
/arkcompiler/runtime_core/runtime/mem/gc/
Dcard_table-inl.h70 …// This optimization currently is allowed since additional VisitMarked is called after concurrent … in VisitMarked()
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md153 Currently the folowing algorithm is implemented:
Dir_builder.md60 …p` is a map, where key is virtual register, value is an IR instruction that currently defines value
/arkcompiler/runtime_core/verification/jobs/
Dthread_pool.cpp33 // The return value of this method is currently ignored in panda::ThreadPool::WorkerEntry. in Process()

1234