Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 84) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h68 void EnumerateElements(const uint32_t numIndex, const Callback &callback) in EnumerateElements()
80 void EnumerateTypesWithIntKey(const uint32_t numIndex, const Callback &callback) in EnumerateTypesWithIntKey()
96 void EnumerateProperties(const uint32_t numIndex, const uint32_t gap, const Callback &callback) in EnumerateProperties()
140 void EnumerateTypeOffsets(const uint32_t lastIndex, const Callback &callback) in EnumerateTypeOffsets()
175 void EnumerateInstsAndTypes(const Callback &callback) in EnumerateInstsAndTypes()
227 void EnumerateModuleTypes(const Callback &callback) in EnumerateModuleTypes()
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp56 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
84 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
114 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
145 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
173 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
201 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
232 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
263 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
291 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
331 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
[all …]
Druntime_impl_test.cpp56 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
79 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
98 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
117 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
136 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
160 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
Dprotocol_handler_test.cpp54 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
66 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
80 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
94 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
Dtracing_impl_test.cpp97 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
119 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
137 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
155 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
173 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
191 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
209 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
240 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
263 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
Dprofiler_impl_test.cpp165 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
187 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
205 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
223 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
244 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
262 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
284 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
302 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
320 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
338 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
[all …]
Ddebugger_service_test.cpp81 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
103 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
117 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
Dheapprofiler_impl_test.cpp153 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
175 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
197 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
215 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
233 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
251 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
273 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
297 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
315 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
338 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h82 void Update(const JSPandaFile *jsPandaFile, Callback callback) in Update()
91 void Update(const JSPandaFile *jsPandaFile, const CString &recordName, Callback callback) in Update()
101 Callback callback) const in GetTypeInfo()
138 bool IterateHClassTreeDesc(Callback callback) const in IterateHClassTreeDesc()
Dpgo_profiler_info.h330 bool Update(const CString &recordName, Callback callback) in Update()
341 void GetTypeInfo(const char *methodName, Callback callback) in GetTypeInfo()
351 void GetTypeInfo(const char *methodName, uint32_t checksum, Callback callback) in GetTypeInfo()
570 void Update(const CString &abcNormalizedDesc, Callback callback) in Update()
584 void Update(const CString &abcNormalizedDesc, const CString &recordName, Callback callback) in Update()
605 Callback callback) in GetTypeInfo()
619 uint32_t checksum, Callback callback) in GetTypeInfo()
642 bool IterateHClassTreeDesc(Callback callback) const in IterateHClassTreeDesc()
Dpgo_profiler_layout.h185 void IterateChilds(Callback callback) const in IterateChilds()
249 void IterateProps(Callback callback) const in IterateProps()
327 void IterateChilds(Callback callback) const in IterateChilds()
339 void IterateAll(Callback callback) const in IterateAll()
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp22 … OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Equal()
61 …erationsStubBuilder::NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in NotEqual()
103 …tionsStubBuilder::StrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in StrictEqual()
130 …nsStubBuilder::StrictNotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in StrictNotEqual()
157 …f OperationsStubBuilder::Less(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Less()
264 …OperationsStubBuilder::LessEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in LessEq()
371 …perationsStubBuilder::Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Greater()
477 …rationsStubBuilder::GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in GreaterEq()
584 …ef OperationsStubBuilder::Add(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Add()
605 …ef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Sub()
[all …]
Daccess_object_stub_builder.cpp25 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in LoadObjByName()
90 ProfileOperation callback) in StoreObjByName()
140 GateRef slotId, ProfileOperation callback) in LoadObjByValue()
202 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in StoreObjByValue()
234 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in StoreOwnByIndex()
275 ProfileOperation callback) in TryLoadGlobalByName()
325 ProfileOperation callback) in TryStoreGlobalByName()
387 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in LoadGlobalVar()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.h147 void IterateIntervalsWithErasion(T &intervals, const Callback &callback) const in IterateIntervalsWithErasion()
160 void EnumerateIntervals(const T &intervals, const Callback &callback) const in EnumerateIntervals()
171 …ersectedIntervals(const T &intervals, const LifeIntervals *current, const Callback &callback) const in EnumerateIntersectedIntervals()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_promise_to_js_test.js54 let callback = () => { function
/arkcompiler/ets_runtime/ecmascript/base/
Dgc_ring_buffer.h56 T Sum(Callback callback, const T &initial) const in Sum()
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h184 void SetFreeGlobalCallback(WeakClearCallback callback) in SetFreeGlobalCallback()
189 void SetNativeFinalizeCallback(WeakClearCallback callback) in SetNativeFinalizeCallback()
365 inline void IterateUsageGlobal(Callback callback) in IterateUsageGlobal()
476 void IterateUsageGlobal(Callback callback) in IterateUsageGlobal()
489 void IterateWeakUsageGlobal(Callback callback) in IterateWeakUsageGlobal()
/arkcompiler/toolchain/tooling/
Dprotocol_handler.h35 … ProtocolHandler(std::function<void(const void *, const std::string &)> callback, const EcmaVM *vm) in ProtocolHandler()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp39 EtsObject *callback = queue->Get(i); in OnPromiseCompletion() local
94 EtsVoid *EtsPromiseAddToJobQueue(EtsObject *callback) in EtsPromiseAddToJobQueue()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h233 void EnumerateMethods(const Callback &callback) in EnumerateMethods()
244 void EnumerateDirectInterfaces(const Callback &callback) in EnumerateDirectInterfaces()
258 void EnumerateInterfaces(const Callback &callback) in EnumerateInterfaces()
271 void EnumerateBaseClasses(const Callback &callback) in EnumerateBaseClasses()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.h56 void IterateHClassTreeDesc(Callback callback) const in IterateHClassTreeDesc()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dworker_thread.cpp21 WorkerThread::WorkerThread(FinishedTasksCallback callback, size_t tasksCount) in WorkerThread()
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfunction_expression.ts108 let callback = function() { console.log('callback'); } variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_expression.ts108 let callback = function() { console.log('callback'); } variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp48 VMHandle<EtsObject> callback(coro, vm->GetGlobalObjectStorage()->Get(callbackRef)); in ThenCallback() local
60 void JsJobQueue::AddJob(EtsObject *callback) in AddJob()

1234