Searched full:future (Results 1 – 25 of 32) sorted by relevance
12
| /arkcompiler/runtime_core/runtime/scheduler/ |
| D | task.h | 50 if (future != nullptr) { in VisitGCRoots() 51 cb(future); in VisitGCRoots() 58 if ((future != nullptr) && (future->IsForwarded())) { in UpdateGCRoots() 59 future = ::panda::mem::GetForwardAddress(future); in UpdateGCRoots() 69 ObjectHeader *future = nullptr; variable
|
| D | task.cpp | 27 future = obj; in Task()
|
| /arkcompiler/ets_frontend/es2panda/lexer/token/ |
| D | tokenType.h | 171 /* strict mode future reserved keywords */ 179 /* context dependent future */
|
| /arkcompiler/runtime_core/scripts/ |
| D | run-check-concurrency-format.sh | 19 …'<mutex>' 'pthread' '<shared_mutex>' '<condition_variable>' '<future>' '<stop_token>' 'this_thread'
|
| /arkcompiler/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 59 …* Save reference for future processing and handle it with GC point of view (mark needed fields, if…
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | literal_data_accessor.h | 30 // by adding `INTARRAY` in the future
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 49 …methods, and bytecodes (built-in code blocks and constant strings in the future) in Actor instance…
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | resolvers.irt | 143 # TODO(liyiming): will support x86_64 in future
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | mtmanaged_thread.h | 166 // no guarantee that we will return nullptr here in the future in GetCurrent()
|
| /arkcompiler/ets_frontend/test262/ |
| D | es5_tests.txt | 7224 language/future-reserved-words/_implements.js 7225 language/future-reserved-words/abstract.js 7226 language/future-reserved-words/boolean.js 7227 language/future-reserved-words/byte.js 7228 language/future-reserved-words/char.js 7229 language/future-reserved-words/class.js 7230 language/future-reserved-words/const.js 7231 language/future-reserved-words/debugger.js 7232 language/future-reserved-words/double.js 7233 language/future-reserved-words/enum.js [all …]
|
| D | CI_tests.txt | 3153 language/future-reserved-words/throws.js 3154 language/future-reserved-words/transient.js 3155 language/future-reserved-words/protected.js 3156 language/future-reserved-words/_implements.js 3157 language/future-reserved-words/abstract.js 3158 language/future-reserved-words/int.js 3159 language/future-reserved-words/implements-strict-escaped.js 3160 language/future-reserved-words/let-strict.js
|
| /arkcompiler/ets_frontend/ts2panda/src/function/ |
| D | generatorFunctionBuilder.ts | 101 // get innerIterator & iterator.[[Nextmethod]] (spec 4 & 5), support async in the future
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 310 In the future, we plan to implement Graph-coloring algorithm, because it gives better code, and sel… 320 In the future, we plan to make fully own implementation for more optimal code generation(in terms o…
|
| D | doxygen.config | 1140 # it is more robust and this tag (HTML_STYLESHEET) will in the future become 1150 # standard style sheet and is therefore more robust against future updates. 1282 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 126 // GC), try to eliminate it in the future for faster shutdown in WaitUntilTasksEnd()
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread_manager.cpp | 190 // Suspend any future new threads in StopDaemonThreads()
|
| D | CMakeLists.txt | 432 # Runtime uses CodeInfo from the compiler. Maybe in the future CodeInfo
|
| D | compiler.cpp | 774 // TODO: in future with more smart queue, we should update it here in CompileMethodSync()
|
| D | monitor.cpp | 468 // This can be broken with future changes. in Notify()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | operands.h | 427 * Immediate class may hold only int or float values (maybe vectors in future). 428 * It knows nothing about pointers and bools (bools maybe be in future).
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_subtyping_closure.als | 170 // strore this set of pairs for future step
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_collator.cpp | 426 // the requirement maybe change in the future in ResolvedOptions()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | bitmap.h | 133 …ult value exists only with backward-compatibility with ets_runtime, should be removed in the future
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 682 …// TODO(aszilagyi): this function is not fully implement the TSC one, in the future if we will hav… in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 726 // TODO(liyiming): will support x86_64 in future in ResolveVirtualCallAotEntrypoint()
|
12