Home
last modified time | relevance | path

Searched defs:done (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts30 done?: false; property
35 done: true; property
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp156 bool done = false; in WriteLock() local
210 bool done = false; in TryReadLock() local
232 bool done = false; in TryWriteLock() local
263 bool done = false; in WriteUnlock() local
Dmutex.h145 bool done = false; in ReadLock() local
179 bool done = false; in ReadUnlock() local
Dfmutex.cpp205 bool done = false; in MutexLock() local
278 bool done = false; in MutexUnlock() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/iterators/
Dcreateiterresultobj_dynamic.js16 foo(value, done) { argument
/arkcompiler/ets_runtime/ecmascript/mem/
Drset_worklist_handler-inl.h89 inline void RSetWorkListHandler::ProcessAllVisitor(const Visitor &visitor, int done) in ProcessAllVisitor()
110 int done = 0; in ProcessAll() local
/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_allocationtrack_loop_test.h119 int done = 0; in RecvReportProgress() local
148 int done = 0; in RecvReportProgressFinished() local
Djs_allocationtrack_recursion_test.h113 int done = 0; in RecvReportProgress() local
142 int done = 0; in RecvReportProgressFinished() local
Djs_heapdump_test.h80 int done; in RecvReportProgress() local
113 int done; in RecvReportProgressFinished() local
Djs_allocationtrack_test.h93 int done; in RecvReportProgress() local
122 int done; in RecvReportProgressFinished() local
Djs_heapdump_loop_test.h110 int done = 0; in RecvReportProgress() local
143 int done = 0; in RecvReportProgressFinished() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp54 bool done = JSIterator::IteratorComplete(thread, result); in AsyncFromSyncIteratorContinuation() local
98 bool done = unwarpFunction->GetDone(thread).ToBoolean(); in AsyncFromSyncIterUnwarpFunction() local
Djs_iterator.cpp200 … JSHandle<JSTaggedValue> done = JSTaggedValue::GetProperty(thread, iterResult, doneStr).GetValue(); in IteratorComplete() local
222 bool done = IteratorComplete(thread, result); in IteratorStep() local
297 …Iterator::CreateIterResultObject(JSThread *thread, const JSHandle<JSTaggedValue> &value, bool done) in CreateIterResultObject()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp130 bool done = false; in WriteLock() local
192 bool done = false; in TryReadLock() local
214 bool done = false; in TryWriteLock() local
245 bool done = false; in WriteUnlock() local
Dmutex.h146 bool done = false; in ReadLock() local
179 bool done = false; in ReadUnlock() local
Dfmutex.cpp183 bool done = false; in MutexLock() local
271 bool done = false; in MutexUnlock() local
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratoryieldstar.js59 iter.next().then(({ done, value }) => { property
/arkcompiler/ets_frontend/es2panda/compiler/function/
DgeneratorFunctionBuilder.cpp69 VReg done = pg_->AllocReg(); in Yield() local
DfunctionBuilder.cpp78 VReg done = pg_->AllocReg(); in AsyncYield() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Dheapprofiler_impl.h183 void ReportProgress(int32_t done, int32_t total) override in ReportProgress()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp36 auto *done = pg->AllocLabel(); in GenRestElement() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp38 auto *done = pg->AllocLabel(); in GenRestElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp445 bool done = false; in ComputeBlockOrder() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp41 void ReportProgress([[maybe_unused]] int32_t done, [[maybe_unused]] int32_t total) override {} in ReportProgress()
Dheap_tracker_third_test.cpp41 void ReportProgress([[maybe_unused]] int32_t done, [[maybe_unused]] int32_t total) override {} in ReportProgress()

12