| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_handler.h | 74 static inline bool IsAccessor(uint32_t handler) in IsAccessor() 79 static inline bool IsInternalAccessor(uint32_t handler) in IsInternalAccessor() 84 static inline TrackType GetTrackType(uint32_t handler) in GetTrackType() 89 static inline bool IsNonExist(uint32_t handler) in IsNonExist() 94 static inline bool IsField(uint32_t handler) in IsField() 99 static inline bool IsNonSharedStoreField(uint32_t handler) in IsNonSharedStoreField() 104 static inline bool IsStoreShared(uint32_t handler) in IsStoreShared() 109 static inline void ClearSharedStoreKind(uint32_t &handler) in ClearSharedStoreKind() 114 static inline bool IsString(uint32_t handler) in IsString() 119 static inline bool IsStringLength(uint32_t handler) in IsStringLength() [all …]
|
| D | ic_runtime_stub-inl.h | 43 JSTaggedValue handler = profileTypeInfo->Get(slotId); in LoadGlobalICByName() local 59 JSTaggedValue handler = profileTypeInfo->Get(slotId); in StoreGlobalICByName() local 219 … JSTaggedValue value, JSTaggedValue handler) in StoreICWithHandler() 263 JSTaggedValue value, JSTaggedValue handler) in StorePrototype() 283 JSTaggedValue value, JSTaggedValue handler) in StoreWithTS() 307 JSTaggedValue handler, bool withPrototype) in StoreWithTransition() 360 JSTaggedValue handler) in StoreTransWithProto() 376 …untimeStub::StoreField(JSThread *thread, JSObject *receiver, JSTaggedValue value, uint32_t handler) in StoreField() 398 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadGlobal(JSTaggedValue handler) in LoadGlobal() 410 …aggedValue ICRuntimeStub::StoreGlobal(JSThread *thread, JSTaggedValue value, JSTaggedValue handler) in StoreGlobal() [all …]
|
| /arkcompiler/toolchain/tooling/ |
| D | debugger_service.cpp | 27 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in InitializeDebugger() local 37 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in UninitializeDebugger() local 44 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in WaitForDebugger() local 52 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in OnMessage() local 60 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in ProcessMessage() local 68 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in GetDispatchStatus() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | server_endpoint.h | 31 void OnValidate(std::function<void()> &&handler) override in OnValidate() 36 void OnOpen(std::function<void()> &&handler) override in OnOpen() 41 void OnFail(std::function<void()> &&handler) override in OnFail()
|
| D | endpoint.cpp | 24 void EndpointBase::OnCall(const char *method, EndpointBase::MethodHandler &&handler) in OnCall() 48 if (auto handler = methodHandlers_.find(*method); handler != methodHandlers_.end()) { in HandleMessage() local 65 if (auto handler = resultHandlers_.extract(*id)) { in HandleMessage() local
|
| D | inspector_server.cpp | 50 void InspectorServer::OnValidate(std::function<void()> &&handler) in OnValidate() 62 void InspectorServer::OnOpen(std::function<void()> &&handler) in OnOpen() 78 void InspectorServer::OnFail(std::function<void()> &&handler) in OnFail() 212 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation() 229 std::function<std::set<size_t>(std::string_view, size_t, size_t, bool)> &&handler) in OnCallDebuggerGetPossibleBreakpoints() 269 …d InspectorServer::OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&ha… in OnCallDebuggerGetScriptSource() 282 void InspectorServer::OnCallDebuggerPause(std::function<void(PtThread)> &&handler) in OnCallDebuggerPause() 290 …pectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&handler) in OnCallDebuggerRemoveBreakpoint() 302 void InspectorServer::OnCallDebuggerRestartFrame(std::function<void(PtThread, FrameId)> &&handler) in OnCallDebuggerRestartFrame() 322 void InspectorServer::OnCallDebuggerResume(std::function<void(PtThread)> &&handler) in OnCallDebuggerResume() [all …]
|
| D | server_endpoint-inl.h | 62 …d::function<void(const std::string &sessionId, JsonObjectBuilder &, const JsonObject &)> &&handler) in OnCall()
|
| D | debug_info_cache.h | 58 void EnumerateLineEntries(PFF &&pandaFileFilter, MF &&methodFilter, H &&handler) in EnumerateLineEntries()
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | saturated_enum.h | 64 void EnumerateValues(Handler &&handler) const in EnumerateValues() 88 void Enumerate(Handler &&handler, bool prevSet) const in Enumerate() 129 void EnumerateValues(Handler &&handler) const in EnumerateValues() 157 void Enumerate(Handler &&handler, bool prevSet) const in Enumerate()
|
| D | flags.h | 72 void EnumerateFlags(Handler &&handler) const in EnumerateFlags() 131 void EnumerateFlags(Handler &&handler) const in EnumerateFlags()
|
| D | synchronized.h | 135 auto Apply(Handler &&handler) in Apply() 142 auto Apply(Handler &&handler) const in Apply()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | inspector_server.cpp | 37 void OnValidate([[maybe_unused]] std::function<void()> &&handler) override {}; in OnValidate() 38 void OnOpen([[maybe_unused]] std::function<void()> &&handler) override {}; in OnOpen() 39 void OnFail([[maybe_unused]] std::function<void()> &&handler) override {}; in OnFail() 49 …std::function<void(const std::string &, JsonObjectBuilder &, const JsonObject &)> &&handler) overr… in OnCall() 128 …L(server1, OnCallMock("Debugger.enable", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F() 138 static auto g_simpleHandler = []([[maybe_unused]] auto unused, auto handler) { in __anond6c00cd00302() 164 .WillOnce([&](testing::Unused, auto handler) { in TEST_F() 180 .WillOnce([&](testing::Unused, auto handler) { in TEST_F() 198 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F() 209 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers-inl.h | 35 bool GCStaticObjectHelpers::TraverseClass(Class *cls, Handler &handler) in TraverseClass() 66 bool GCStaticObjectHelpers::TraverseObject(ObjectHeader *object, Class *cls, Handler &handler) in TraverseObject() 103 Handler &handler) in TraverseArray() 139 bool GCStaticObjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler… in TraverseAllObjectsWithInfo() 165 bool GCDynamicObjectHelpers::TraverseClass(coretypes::DynClass *dynClass, Handler &handler) in TraverseClass() 186 bool GCDynamicObjectHelpers::TraverseObject(ObjectHeader *object, HClass *cls, Handler &handler) in TraverseObject() 215 void *end, Handler &handler) in TraverseArray() 250 …bjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler, void *begin, in TraverseAllObjectsWithInfo()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_service_test.cpp | 55 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local 68 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local 77 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local 92 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local 99 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.cpp | 28 const JSHandle<JSTaggedValue> &handler) in ProxyCreate() 55 JSHandle<JSTaggedValue> handler(thread, proxy->GetHandler()); in GetPrototype() local 117 JSTaggedValue handler = proxy->GetHandler(); in SetPrototype() local 178 JSTaggedValue handler = proxy->GetHandler(); in IsExtensible() local 236 JSTaggedValue handler = proxy->GetHandler(); in PreventExtensions() local 290 JSTaggedValue handler = proxy->GetHandler(); in GetOwnProperty() local 383 JSTaggedValue handler = proxy->GetHandler(); in DefineOwnProperty() local 466 JSTaggedValue handler = proxy->GetHandler(); in HasProperty() local 526 JSTaggedValue handler = proxy->GetHandler(); in GetProperty() local 601 JSTaggedValue handler = proxy->GetHandler(); in SetProperty() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.cpp | 157 void HClassLayoutDesc::InsertKeyAndDesc(const PGOHandler &handler, PropertyDesc &desc) in InsertKeyAndDesc() 199 void RootHClassLayoutDesc::InsertKeyAndDesc(const CString &key, const PGOHandler &handler) in InsertKeyAndDesc() 206 bool RootHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc() 227 void ChildHClassLayoutDesc::InsertKeyAndDesc(const CString &key, const PGOHandler &handler) in InsertKeyAndDesc() 234 bool ChildHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc()
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.cpp | 47 Job::ErrorHandler handler; in __anon046b39260102() local 72 Job::ErrorHandler handler; in DescriptorToClass() local 168 void TypeSystem::DisplayTypeSystem(std::function<void(PandaString const &)> const &handler) in DisplayTypeSystem() 195 …tem::DisplaySubtyping(std::function<void(PandaString const &, PandaString const &)> const &handler) in DisplaySubtyping()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | object_helpers_test.cpp | 139 auto handler = [&found]([[maybe_unused]] ObjectHeader *obj, [[maybe_unused]] ObjectHeader *ref, in TEST_F() local 165 …auto handler = [klass, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bo… in TEST_F() local 194 …auto handler = [klass, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bo… in TEST_F() local 225 …auto handler = [object, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, b… in TEST_F() local 256 …auto handler = [object, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, b… in TEST_F() local 277 …auto handler = [array, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bo… in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | default_inspector_extension.h | 54 void EnumerateGlobals([[maybe_unused]] const PropertyHandler &handler) override {} in EnumerateGlobals()
|
| D | default_inspector_extension.cpp | 132 …der *object, const std::function<void(const std::string &, TypedValue, bool, bool, bool)> &handler) in EnumerateProperties() argument 157 void StaticDefaultInspectorExtension::EnumerateGlobals(const PropertyHandler &handler) in EnumerateGlobals() 192 …der *object, const std::function<void(const std::string &, TypedValue, bool, bool, bool)> &handler) in EnumerateProperties() argument
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
| D | limited_stdlib_api.ts | 71 let handler: ProxyHandler<C> = {}; variable
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | job.h | 102 void ForAllCachedTypes(Handler &&handler) const in ForAllCachedTypes() 110 void ForAllCachedMethods(Handler &&handler) const in ForAllCachedMethods() 118 void ForAllCachedFields(Handler &&handler) const in ForAllCachedFields()
|
| /arkcompiler/ets_runtime/test/aottest/exception_case7/ |
| D | exception_case7.js | 17 const handler = { variable
|
| /arkcompiler/ets_runtime/test/aottest/proxy/ |
| D | proxy.ts | 23 const handler = { constant
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | literal_parser.h | 28 const auto &LiteralParser(Handler &handler) in LiteralParser()
|