Home
last modified time | relevance | path

Searched full:future (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/runtime/scheduler/
Dtask.h50 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
Dtask.cpp27 future = obj; in Task()
/arkcompiler/ets_frontend/es2panda/lexer/token/
DtokenType.h171 /* strict mode future reserved keywords */
179 /* context dependent future */
/arkcompiler/runtime_core/scripts/
Drun-check-concurrency-format.sh19 …'<mutex>' 'pthread' '<shared_mutex>' '<condition_variable>' '<future>' '<stop_token>' 'this_thread'
/arkcompiler/runtime_core/runtime/mem/gc/reference-processor/
Dreference_processor.h59 …* Save reference for future processing and handle it with GC point of view (mark needed fields, if…
/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h30 // by adding `INTARRAY` in the future
/arkcompiler/ets_runtime/docs/
Doverview.md49 …methods, and bytecodes (built-in code blocks and constant strings in the future) in Actor instance…
/arkcompiler/runtime_core/irtoc/scripts/
Dresolvers.irt143 # TODO(liyiming): will support x86_64 in future
/arkcompiler/runtime_core/runtime/include/
Dmtmanaged_thread.h166 // no guarantee that we will return nullptr here in the future in GetCurrent()
/arkcompiler/ets_frontend/test262/
Des5_tests.txt7224 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 …]
DCI_tests.txt3153 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/
DgeneratorFunctionBuilder.ts101 // get innerIterator & iterator.[[Nextmethod]] (spec 4 & 5), support async in the future
/arkcompiler/runtime_core/docs/
Dir_format.md310 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…
Ddoxygen.config1140 # 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/
Dupdate_remset_thread.cpp126 // GC), try to eliminate it in the future for faster shutdown in WaitUntilTasksEnd()
/arkcompiler/runtime_core/runtime/
Dthread_manager.cpp190 // Suspend any future new threads in StopDaemonThreads()
DCMakeLists.txt432 # Runtime uses CodeInfo from the compiler. Maybe in the future CodeInfo
Dcompiler.cpp774 // TODO: in future with more smart queue, we should update it here in CompileMethodSync()
Dmonitor.cpp468 // This can be broken with future changes. in Notify()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Doperands.h427 * 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/
Dark_subtyping_closure.als170 // strore this set of pairs for future step
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp426 // the requirement maybe change in the future in ResolvedOptions()
/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.h133 …ult value exists only with backward-compatibility with ets_runtime, should be removed in the future
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp682 …// 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/
Dentrypoints.cpp726 // TODO(liyiming): will support x86_64 in future in ResolveVirtualCallAotEntrypoint()

12