Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp138 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
Dmutex.h145 bool done = false; in ReadLock() local
178 bool done = false; in ReadUnlock() local
Dfmutex.cpp183 bool done = false; in MutexLock() local
271 bool done = false; in MutexUnlock() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp60 bool done = JSIterator::IteratorComplete(thread, result); in AsyncFromSyncIteratorContinuation() local
104 bool done = unwarpFunction->GetDone().ToBoolean(); in AsyncFromSyncIterUnwarpFunction() local
Djs_iterator.cpp198 … 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()
Djs_async_generator_object.cpp56 … const JSHandle<JSTaggedValue> value, bool done) in AsyncGeneratorResolve()
Djs_locale.cpp712 bool done = false; in UnicodeExtensionValue() local
Dobject_factory.cpp1979 …atorRecord> ObjectFactory::NewPromiseIteratorRecord(const JSHandle<JSTaggedValue> &itor, bool done) in NewPromiseIteratorRecord()
4038 … const JSHandle<JSTaggedValue> &next, bool done) in NewAsyncIteratorRecord()
Djs_object.cpp1048 bool done = false; in SetPrototype() local
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DforOf.test.ts55 let done = new VReg(); variable
138 let done = new VReg(); variable
228 let done = new VReg(); variable
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratoryieldstar.js59 iter.next().then(({ done, value }) => { property
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts30 done?: false; property
35 done: true; property
/arkcompiler/ets_frontend/es2panda/compiler/function/
DgeneratorFunctionBuilder.cpp67 VReg done = pg_->AllocReg(); in Yield() local
DfunctionBuilder.cpp74 VReg done = pg_->AllocReg(); in AsyncYield() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h160 void ReportProgress(int32_t done, int32_t total) override in ReportProgress()
Dheapprofiler_impl.cpp202 void HeapProfilerImpl::Frontend::ReportHeapSnapshotProgress(int32_t done, int32_t total) in ReportHeapSnapshotProgress()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp39 auto *done = pg->AllocLabel(); in GenRestElement() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp142 bool done = false; in All() local
208 bool done = false; in Race() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp41 void ReportProgress([[maybe_unused]]int32_t done, [[maybe_unused]]int32_t total) override {} in ReportProgress()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp473 bool done = false; in InnerModuleInstantiation() local
881 bool done = false; in InnerModuleEvaluation() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h1060 ReportHeapSnapshotProgress &SetDone(int32_t done) in SetDone()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h258 bool done = flag.IsTrue(); in RuntimeCreateIterResultObj() local
327 bool done = flag.IsTrue(); in RuntimeAsyncGeneratorResolve() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1378 void PandaGen::CreateIterResultObject(const ir::AstNode *node, VReg value, VReg done) in CreateIterResultObject()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp848 auto done = CreateLabel(); in EncodeRound() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2041 auto done = static_cast<Amd64LabelHolder *>(GetLabels())->GetLabel(done_id); in EncodeRound() local

12