| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_loader.h | 43 void Update(Callback callback) in Update() 52 void Update(const CString &recordName, Callback callback) in Update()
|
| D | pgo_profiler_info.h | 373 bool Update(const CString &recordName, Callback callback) in Update() 450 void Update(Callback callback) in Update() 460 void Update(const CString &recordName, Callback callback) in Update()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | runtime_impl_test.cpp | 56 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 185 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
|
| D | tracing_impl_test.cpp | 101 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 123 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 141 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 159 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 177 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 195 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 213 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 235 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 256 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local
|
| D | profiler_impl_test.cpp | 165 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 …]
|
| D | heapprofiler_impl_test.cpp | 154 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 176 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 198 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 216 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 234 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 252 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 274 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 298 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 316 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local 339 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | gc_ring_buffer.h | 56 T Sum(Callback callback, const T &initial) const in Sum()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 178 void SetFirstPassCallback(WeakClearCallback callback) in SetFirstPassCallback() 183 void SetSecondPassCallback(WeakClearCallback callback) in SetSecondPassCallback() 359 inline void IterateUsageGlobal(Callback callback) in IterateUsageGlobal() 471 void IterateUsageGlobal(Callback callback) in IterateUsageGlobal() 484 void IterateWeakUsageGlobal(Callback callback) in IterateWeakUsageGlobal()
|
| D | object_factory-inl.h | 92 …ctFactory::NewJSIntlIcuData(const JSHandle<T> &obj, const S &icu, const DeleteEntryPoint &callback) in NewJSIntlIcuData()
|
| D | js_plural_rules.cpp | 46 const icu::number::LocalizedNumberFormatter &icuNF, const DeleteEntryPoint &callback) in SetIcuNumberFormatter() 84 const icu::PluralRules &icuPR, const DeleteEntryPoint &callback) in SetIcuPluralRules()
|
| D | js_displaynames.cpp | 66 const DeleteEntryPoint &callback) in SetIcuLocaleDisplayNames()
|
| D | js_collator.cpp | 49 icu::Collator *icuCollator, const DeleteEntryPoint &callback) in SetIcuCollator()
|
| D | js_list_format.cpp | 56 … icu::ListFormatter *icuListFormatter, const DeleteEntryPoint &callback) in SetIcuListFormatter()
|
| D | js_date_time_format.cpp | 101 const icu::Locale &icuLocale, const DeleteEntryPoint &callback) in SetIcuLocale() 138 const icu::SimpleDateFormat &icuSimpleDateTimeFormat, const DeleteEntryPoint &callback) in SetIcuSimpleDateFormat()
|
| /arkcompiler/toolchain/tooling/ |
| D | protocol_handler.h | 35 … ProtocolHandler(std::function<void(const void *, const std::string &)> callback, const EcmaVM *vm) in ProtocolHandler()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_helper.h | 89 NativeReferenceHelper(EcmaVM *vm, Global<ObjectRef> obj, NativeFinalize callback) in NativeReferenceHelper()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | concurrent_marker.cpp | 121 auto callback = [](Region *region) { in Reset() local
|
| D | full_gc.cpp | 65 auto callback = [](Region *current) { in Initialize() local
|
| D | heap.cpp | 1037 auto callback = callbackPair.first; in InvokeWeakNodeSecondPassCallback() local
|
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | code_info.h | 434 void EnumerateStaticRoots(const StackMap &stack_map, Callback callback) in EnumerateStaticRoots() 440 void EnumerateDynamicRoots(const StackMap &stack_map, Callback callback) in EnumerateDynamicRoots() 568 void CodeInfo::EnumerateRoots(const StackMap &stack_map, Callback callback) in EnumerateRoots()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | method-inl.h | 501 void Method::EnumerateTryBlocks(Callback callback) const in EnumerateTryBlocks() 512 void Method::EnumerateCatchBlocks(Callback callback) const in EnumerateCatchBlocks() 535 void Method::EnumerateExceptionHandlers(Callback callback) const in EnumerateExceptionHandlers()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 62 …ateVRegs(const CodeInfo &code_info, const StackMap &stack_map, int inline_depth, Callback callback) in EnumerateVRegs()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-allocator.cpp | 363 auto callback = [&mem_stats](ManagedThread *thread) { in ResetYoungAllocator() local
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | object_helpers.cpp | 228 explicit StdFunctionAdapter(const std::function<void(ObjectHeader *, ObjectHeader *)> &callback) in StdFunctionAdapter() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 241 void IrBuilder::EnumerateTryBlocksCoveredPc(uint32_t pc, const Callback &callback) in EnumerateTryBlocksCoveredPc()
|