| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 138 bool done = false; in WriteLock() local 200 bool done = false; in TryReadLock() local 222 bool done = false; in TryWriteLock() local 253 bool done = false; in WriteUnlock() local
|
| D | mutex.h | 145 bool done = false; in ReadLock() local 178 bool done = false; in ReadUnlock() local
|
| D | fmutex.cpp | 183 bool done = false; in MutexLock() local 271 bool done = false; in MutexUnlock() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_from_sync_iterator.cpp | 60 bool done = JSIterator::IteratorComplete(thread, result); in AsyncFromSyncIteratorContinuation() local 104 bool done = unwarpFunction->GetDone().ToBoolean(); in AsyncFromSyncIterUnwarpFunction() local
|
| D | js_iterator.cpp | 198 … JSHandle<JSTaggedValue> done = JSTaggedValue::GetProperty(thread, iterResult, doneStr).GetValue(); in IteratorComplete() local 219 bool done = IteratorComplete(thread, result); in IteratorStep() local 293 …Iterator::CreateIterResultObject(JSThread *thread, const JSHandle<JSTaggedValue> &value, bool done) in CreateIterResultObject()
|
| D | js_async_generator_object.cpp | 56 … const JSHandle<JSTaggedValue> value, bool done) in AsyncGeneratorResolve()
|
| D | js_locale.cpp | 712 bool done = false; in UnicodeExtensionValue() local
|
| D | object_factory.cpp | 1979 …atorRecord> ObjectFactory::NewPromiseIteratorRecord(const JSHandle<JSTaggedValue> &itor, bool done) in NewPromiseIteratorRecord() 4038 … const JSHandle<JSTaggedValue> &next, bool done) in NewAsyncIteratorRecord()
|
| D | js_object.cpp | 1048 bool done = false; in SetPrototype() local
|
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | forOf.test.ts | 55 let done = new VReg(); variable 138 let done = new VReg(); variable 228 let done = new VReg(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/asyncgenerator/ |
| D | asyncgeneratoryieldstar.js | 59 iter.next().then(({ done, value }) => { property
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 30 done?: false; property 35 done: true; property
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | generatorFunctionBuilder.cpp | 67 VReg done = pg_->AllocReg(); in Yield() local
|
| D | functionBuilder.cpp | 74 VReg done = pg_->AllocReg(); in AsyncYield() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.h | 160 void ReportProgress(int32_t done, int32_t total) override in ReportProgress()
|
| D | heapprofiler_impl.cpp | 202 void HeapProfilerImpl::Frontend::ReportHeapSnapshotProgress(int32_t done, int32_t total) in ReportHeapSnapshotProgress()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 39 auto *done = pg->AllocLabel(); in GenRestElement() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 142 bool done = false; in All() local 208 bool done = false; in Race() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_tracker_test.cpp | 41 void ReportProgress([[maybe_unused]]int32_t done, [[maybe_unused]]int32_t total) override {} in ReportProgress()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 473 bool done = false; in InnerModuleInstantiation() local 881 bool done = false; in InnerModuleEvaluation() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_events.h | 1060 ReportHeapSnapshotProgress &SetDone(int32_t done) in SetDone()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 258 bool done = flag.IsTrue(); in RuntimeCreateIterResultObj() local 327 bool done = flag.IsTrue(); in RuntimeAsyncGeneratorResolve() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1378 void PandaGen::CreateIterResultObject(const ir::AstNode *node, VReg value, VReg done) in CreateIterResultObject()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 848 auto done = CreateLabel(); in EncodeRound() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 2041 auto done = static_cast<Amd64LabelHolder *>(GetLabels())->GetLabel(done_id); in EncodeRound() local
|