Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 131) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h86 static inline bool IsAccessor(Type handler) in IsAccessor()
91 static inline SharedFieldType GetFieldType(Type handler) in GetFieldType()
96 static inline bool IsNonExist(Type handler) in IsNonExist()
101 static inline bool IsField(Type handler) in IsField()
106 static inline bool IsNonSharedStoreField(Type handler) in IsNonSharedStoreField()
111 static inline bool IsStoreShared(Type handler) in IsStoreShared()
116 static inline void ClearSharedStoreKind(Type &handler) in ClearSharedStoreKind()
121 static inline bool IsStoreOutOfBounds(Type handler) in IsStoreOutOfBounds()
126 static inline void ClearStoreOutOfBounds(Type &handler) in ClearStoreOutOfBounds()
131 static inline bool IsString(Type handler) in IsString()
[all …]
Dic_handler.cpp21 void UpdateHandlerKind(const JSThread *thread, const ObjectOperator &op, uint64_t &handler) in UpdateHandlerKind()
45 uint64_t handler = 0; in LoadProperty() local
87 uint64_t handler = 0; in LoadElement() local
107 uint64_t handler = 0; in StoreProperty() local
148 JSHandle<TransitionHandler> handler = factory->NewTransitionHandler(); in StoreTransition() local
161 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in LoadPrototype() local
194 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in StorePrototype() local
224 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition() local
234 void HandlerBase::PrintLoadHandler([[maybe_unused]] uint64_t handler, [[maybe_unused]] std::ostream… in PrintLoadHandler()
294 void HandlerBase::PrintStoreHandler([[maybe_unused]] uint64_t handler, [[maybe_unused]] std::ostrea… in PrintStoreHandler()
Dic_runtime_stub-inl.h44 JSTaggedValue handler = profileTypeInfo->Get(thread, slotId); in LoadGlobalICByName() local
60 JSTaggedValue handler = profileTypeInfo->Get(thread, slotId); in StoreGlobalICByName() local
221 … JSTaggedValue value, JSTaggedValue handler) in StoreICWithHandler()
279 JSTaggedValue value, JSTaggedValue handler) in StorePrototype()
301 JSTaggedValue value, JSTaggedValue handler) in StoreWithTS()
328 JSTaggedValue handler, bool withPrototype) in StoreWithTransition()
387 JSTaggedValue handler) in StoreTransWithProto()
407 …untimeStub::StoreField(JSThread *thread, JSObject *receiver, JSTaggedValue value, uint64_t handler) in StoreField()
429 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadGlobal(const JSThread *thread, JSTaggedValue handler) in LoadGlobal()
441 …aggedValue ICRuntimeStub::StoreGlobal(JSThread *thread, JSTaggedValue value, JSTaggedValue handler) in StoreGlobal()
[all …]
/arkcompiler/toolchain/tooling/dynamic/
Ddebugger_service.cpp30 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in InitializeDebugger() local
44 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in UninitializeDebugger() local
55 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in WaitForDebugger() local
67 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in OnMessage() local
79 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in ProcessMessage() local
91 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in GetDispatchStatus() local
106 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in GetCallFrames() local
125 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in OperateDebugMessage() local
/arkcompiler/toolchain/tooling/static/connection/
Dserver_endpoint_base.h34 void OnValidate(std::function<void()> &&handler) override in OnValidate()
39 void OnOpen(std::function<void()> &&handler) override in OnOpen()
44 void OnFail(std::function<void()> &&handler) override in OnFail()
Dendpoint_base.cpp25 void EndpointBase::OnCall(const char *method, EndpointBase::MethodHandler &&handler) in OnCall()
50 if (auto handler = methodHandlers_.find(*method); handler != methodHandlers_.end()) { in HandleMessage() local
67 if (auto handler = resultHandlers_.extract(*id)) { in HandleMessage() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Dserver_endpoint_base.h34 void OnValidate(std::function<void()> &&handler) override in OnValidate()
39 void OnOpen(std::function<void()> &&handler) override in OnOpen()
44 void OnFail(std::function<void()> &&handler) override in OnFail()
Dendpoint_base.cpp25 void EndpointBase::OnCall(const char *method, EndpointBase::MethodHandler &&handler) in OnCall()
50 if (auto handler = methodHandlers_.find(*method); handler != methodHandlers_.end()) { in HandleMessage() local
67 if (auto handler = resultHandlers_.extract(*id)) { in HandleMessage() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject-references-iterator-inl.h34 bool ObjectArrayIterator::Iterate(coretypes::Array *array, Handler *handler) in Iterate()
54 bool ObjectArrayIterator::Iterate(coretypes::Array *array, Handler *handler, void *begin, void *end) in Iterate()
81 bool ObjectIterator<LANG_TYPE_STATIC>::Iterate(ObjectHeader *obj, Handler *handler, void *begin, vo… in Iterate()
89 …erator<LANG_TYPE_STATIC>::IterateAndDiscoverReferences(GC *gc, ObjectHeader *obj, Handler *handler) in IterateAndDiscoverReferences()
104 …erator<LANG_TYPE_STATIC>::IterateAndDiscoverReferences(GC *gc, ObjectHeader *obj, Handler *handler, in IterateAndDiscoverReferences()
120 bool ObjectIterator<LANG_TYPE_STATIC>::Iterate(Class *cls, ObjectHeader *obj, Handler *handler) in Iterate()
139 bool ObjectIterator<LANG_TYPE_STATIC>::Iterate(Class *cls, ObjectHeader *obj, Handler *handler, voi… in Iterate()
162 bool ObjectIterator<LANG_TYPE_STATIC>::IterateClassReferences(Class *cls, Handler *handler) in IterateClassReferences()
177 bool ObjectIterator<LANG_TYPE_STATIC>::IterateClassReferences(Class *cls, Handler *handler, void *b… in IterateClassReferences()
192 …LANG_TYPE_STATIC>::IterateObjectReferences(ObjectHeader *object, Class *objClass, Handler *handler) in IterateObjectReferences()
[all …]
Dobject_helpers-inl.h35 bool GCStaticObjectHelpers::TraverseClass(Class *cls, Handler &handler) in TraverseClass()
66 bool GCStaticObjectHelpers::TraverseObject(ObjectHeader *object, Class *cls, Handler &handler) in TraverseObject()
104 Handler &handler) in TraverseArray()
141 bool GCStaticObjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler in TraverseAllObjectsWithInfo()
167 bool GCDynamicObjectHelpers::TraverseClass(coretypes::DynClass *dynClass, Handler &handler) in TraverseClass()
189 bool GCDynamicObjectHelpers::TraverseObject(ObjectHeader *object, HClass *cls, Handler &handler) in TraverseObject()
219 void *end, Handler &handler) in TraverseArray()
255 …bjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler, void *begin, in TraverseAllObjectsWithInfo()
/arkcompiler/runtime_core/static_core/verification/util/
Dsaturated_enum.h64 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()
Dflags.h72 void EnumerateFlags(Handler &&handler) const in EnumerateFlags()
131 void EnumerateFlags(Handler &&handler) const in EnumerateFlags()
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp58 void InspectorServer::OnValidate(std::function<void()> &&handler) in OnValidate()
70 void InspectorServer::OnOpen(std::function<void()> &&handler) in OnOpen()
85 void InspectorServer::OnFail(std::function<void()> &&handler) in OnFail()
236 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation()
255 void InspectorServer::OnCallDebuggerEnable(std::function<void()> &&handler) in OnCallDebuggerEnable()
272 std::function<std::set<size_t>(std::string_view, size_t, size_t, bool)> &&handler) in OnCallDebuggerGetPossibleBreakpoints()
312 …d InspectorServer::OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&ha… in OnCallDebuggerGetScriptSource()
329 void InspectorServer::OnCallDebuggerPause(std::function<void(PtThread)> &&handler) in OnCallDebuggerPause()
338 …pectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&handler) in OnCallDebuggerRemoveBreakpoint()
380 …er::OnCallDebuggerRemoveBreakpointsByUrl(std::function<void(PtThread, SourceFileFilter)> &&handler) in OnCallDebuggerRemoveBreakpointsByUrl()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp58 void InspectorServer::OnValidate(std::function<void()> &&handler) in OnValidate()
70 void InspectorServer::OnOpen(std::function<void()> &&handler) in OnOpen()
85 void InspectorServer::OnFail(std::function<void()> &&handler) in OnFail()
236 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation()
255 void InspectorServer::OnCallDebuggerEnable(std::function<void()> &&handler) in OnCallDebuggerEnable()
272 std::function<std::set<size_t>(std::string_view, size_t, size_t, bool)> &&handler) in OnCallDebuggerGetPossibleBreakpoints()
312 …d InspectorServer::OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&ha… in OnCallDebuggerGetScriptSource()
329 void InspectorServer::OnCallDebuggerPause(std::function<void(PtThread)> &&handler) in OnCallDebuggerPause()
338 …pectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&handler) in OnCallDebuggerRemoveBreakpoint()
380 …er::OnCallDebuggerRemoveBreakpointsByUrl(std::function<void(PtThread, SourceFileFilter)> &&handler) in OnCallDebuggerRemoveBreakpointsByUrl()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebug_info_cache.h63 void EnumerateLineEntries(PFF &&pandaFileFilter, MF &&methodFilter, H &&handler) const in EnumerateLineEntries()
78 MF &&methodFilter, H &&handler) const REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
91 … panda_file::File::EntityId methodId, H &&handler) const REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
/arkcompiler/toolchain/tooling/static/debugger/
Ddebug_info_cache.h63 void EnumerateLineEntries(PFF &&pandaFileFilter, MF &&methodFilter, H &&handler) const in EnumerateLineEntries()
78 MF &&methodFilter, H &&handler) const REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
91 … panda_file::File::EntityId methodId, H &&handler) const REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
/arkcompiler/toolchain/tooling/static/tests/
Dinspector_server.cpp40 void OnValidate([[maybe_unused]] std::function<void()> &&handler) override {}; in OnValidate()
41 void OnOpen([[maybe_unused]] std::function<void()> &&handler) override {}; in OnOpen()
42 void OnFail([[maybe_unused]] std::function<void()> &&handler) override {}; in OnFail()
51 void OnCall(const char *method_call, Handler &&handler) override in OnCall()
138 …L(server1, OnCallMock("Debugger.enable", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F()
152 static auto g_simpleHandler = []([[maybe_unused]] auto unused, auto handler) { in __anon9a312da50402()
179 .WillOnce([&](testing::Unused, auto handler) { in TEST_F()
194 .WillOnce([&](testing::Unused, auto handler) { in TEST_F()
213 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F()
223 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp40 void OnValidate([[maybe_unused]] std::function<void()> &&handler) override {}; in OnValidate()
41 void OnOpen([[maybe_unused]] std::function<void()> &&handler) override {}; in OnOpen()
42 void OnFail([[maybe_unused]] std::function<void()> &&handler) override {}; in OnFail()
51 void OnCall(const char *method_call, Handler &&handler) override in OnCall()
138 …L(server1, OnCallMock("Debugger.enable", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F()
152 static auto g_simpleHandler = []([[maybe_unused]] auto unused, auto handler) { in __anonc74485910402()
179 .WillOnce([&](testing::Unused, auto handler) { in TEST_F()
194 .WillOnce([&](testing::Unused, auto handler) { in TEST_F()
213 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F()
223 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/
Dutils.js16 export function createProxy(target, handler) { argument
/arkcompiler/ets_runtime/test/aottest/proxy2/
Dproxy2.ts17 const handler = { constant
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp26 const JSHandle<JSTaggedValue> &handler) in ProxyCreate()
53 JSHandle<JSTaggedValue> handler(thread, proxy->GetHandler(thread)); in GetPrototype() local
115 JSTaggedValue handler = proxy->GetHandler(thread); in SetPrototype() local
176 JSTaggedValue handler = proxy->GetHandler(thread); in IsExtensible() local
234 JSTaggedValue handler = proxy->GetHandler(thread); in PreventExtensions() local
288 JSTaggedValue handler = proxy->GetHandler(thread); in GetOwnProperty() local
381 JSTaggedValue handler = proxy->GetHandler(thread); in DefineOwnProperty() local
464 JSTaggedValue handler = proxy->GetHandler(thread); in HasProperty() local
565 JSTaggedValue handler = proxy->GetHandler(thread); in GetProperty() local
635 JSTaggedValue handler = proxy->GetHandler(thread); in SetProperty() local
[all …]
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_service_test.cpp55 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local
71 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local
83 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local
101 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local
108 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp183 void HClassLayoutDesc::InsertKeyAndDesc(const PGOHandler &handler, PropertyDesc &desc) in InsertKeyAndDesc()
225 void RootHClassLayoutDesc::InsertKeyAndDesc(const CString &key, const PGOHandler &handler) in InsertKeyAndDesc()
232 bool RootHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc()
253 void ChildHClassLayoutDesc::InsertKeyAndDesc(const CString &key, const PGOHandler &handler) in InsertKeyAndDesc()
260 bool ChildHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_default_lang_extension.h52 void EnumerateGlobals([[maybe_unused]] const PropertyHandler &handler) override {} in EnumerateGlobals()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dobject_helpers_test.cpp139 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

123456