| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_handler.h | 84 static inline bool IsAccessor(Type handler) in IsAccessor() 89 static inline SharedFieldType GetFieldType(Type handler) in GetFieldType() 94 static inline bool IsNonExist(Type handler) in IsNonExist() 99 static inline bool IsField(Type handler) in IsField() 104 static inline bool IsNonSharedStoreField(Type handler) in IsNonSharedStoreField() 109 static inline bool IsStoreShared(Type handler) in IsStoreShared() 114 static inline void ClearSharedStoreKind(Type &handler) in ClearSharedStoreKind() 119 static inline bool IsStoreOutOfBounds(Type handler) in IsStoreOutOfBounds() 124 static inline void ClearStoreOutOfBounds(Type &handler) in ClearStoreOutOfBounds() 129 static inline bool IsString(Type handler) in IsString() [all …]
|
| D | ic_handler.cpp | 23 uint64_t handler = 0; in LoadProperty() local 80 uint64_t handler = 0; in LoadElement() local 100 uint64_t handler = 0; in StoreProperty() local 141 JSHandle<TransitionHandler> handler = factory->NewTransitionHandler(); in StoreTransition() local 154 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in LoadPrototype() local 187 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in StorePrototype() local 217 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition() local 227 void HandlerBase::PrintLoadHandler([[maybe_unused]] uint64_t handler, [[maybe_unused]] std::ostream… in PrintLoadHandler() 287 void HandlerBase::PrintStoreHandler([[maybe_unused]] uint64_t handler, [[maybe_unused]] std::ostrea… in PrintStoreHandler()
|
| D | ic_runtime_stub-inl.h | 44 JSTaggedValue handler = profileTypeInfo->Get(slotId); in LoadGlobalICByName() local 60 JSTaggedValue handler = profileTypeInfo->Get(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(JSTaggedValue handler) in LoadGlobal() 441 …aggedValue ICRuntimeStub::StoreGlobal(JSThread *thread, JSTaggedValue value, JSTaggedValue handler) in StoreGlobal() [all …]
|
| /arkcompiler/toolchain/tooling/ |
| D | debugger_service.cpp | 30 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
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ |
| D | server_endpoint_base.h | 30 void OnValidate(std::function<void()> &&handler) override in OnValidate() 35 void OnOpen(std::function<void()> &&handler) override in OnOpen() 40 void OnFail(std::function<void()> &&handler) override in OnFail()
|
| D | endpoint_base.cpp | 25 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/ |
| D | object-references-iterator-inl.h | 34 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 …]
|
| 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() 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/ |
| 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 | 40 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() 52 …std::function<void(const std::string &, JsonObjectBuilder &, const JsonObject &)> &&handler) overr… in OnCall() 127 …L(server1, OnCallMock("Debugger.enable", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F() 137 static auto g_simpleHandler = []([[maybe_unused]] auto unused, auto handler) { in __anonc863726f0302() 163 .WillOnce([&](testing::Unused, auto handler) { in TEST_F() 179 .WillOnce([&](testing::Unused, auto handler) { in TEST_F() 197 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F() 208 …ver, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused, auto handler) { in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| 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() 218 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation() 235 std::function<std::set<size_t>(std::string_view, size_t, size_t, bool)> &&handler) in OnCallDebuggerGetPossibleBreakpoints() 275 …d InspectorServer::OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&ha… in OnCallDebuggerGetScriptSource() 288 void InspectorServer::OnCallDebuggerPause(std::function<void(PtThread)> &&handler) in OnCallDebuggerPause() 296 …pectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&handler) in OnCallDebuggerRemoveBreakpoint() 308 void InspectorServer::OnCallDebuggerRestartFrame(std::function<void(PtThread, FrameId)> &&handler) in OnCallDebuggerRestartFrame() 328 void InspectorServer::OnCallDebuggerResume(std::function<void(PtThread)> &&handler) in OnCallDebuggerResume() [all …]
|
| D | debug_info_cache.h | 59 void EnumerateLineEntries(PFF &&pandaFileFilter, MF &&methodFilter, H &&handler) in EnumerateLineEntries() 80 … panda_file::File::EntityId methodId, H &&handler) REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_service_test.cpp | 55 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/test/aottest/proxy2/ |
| D | proxy2.ts | 17 const handler = { constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/ |
| D | proxy.js | 15 function createProxy(target, handler) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/ |
| D | utils.js | 16 function createProxy(target, handler) { argument
|
| D | main.ts | 25 export const handler = { constant
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.cpp | 181 void HClassLayoutDesc::InsertKeyAndDesc(const PGOHandler &handler, PropertyDesc &desc) in InsertKeyAndDesc() 223 void RootHClassLayoutDesc::InsertKeyAndDesc(const CString &key, const PGOHandler &handler) in InsertKeyAndDesc() 230 bool RootHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc() 251 void ChildHClassLayoutDesc::InsertKeyAndDesc(const CString &key, const PGOHandler &handler) in InsertKeyAndDesc() 258 bool ChildHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.cpp | 26 const JSHandle<JSTaggedValue> &handler) in ProxyCreate() 53 JSHandle<JSTaggedValue> handler(thread, proxy->GetHandler()); in GetPrototype() local 115 JSTaggedValue handler = proxy->GetHandler(); in SetPrototype() local 176 JSTaggedValue handler = proxy->GetHandler(); in IsExtensible() local 234 JSTaggedValue handler = proxy->GetHandler(); in PreventExtensions() local 288 JSTaggedValue handler = proxy->GetHandler(); in GetOwnProperty() local 381 JSTaggedValue handler = proxy->GetHandler(); in DefineOwnProperty() local 464 JSTaggedValue handler = proxy->GetHandler(); in HasProperty() local 524 JSTaggedValue handler = proxy->GetHandler(); in GetProperty() local 599 JSTaggedValue handler = proxy->GetHandler(); in SetProperty() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | pt_default_lang_extension.h | 52 void EnumerateGlobals([[maybe_unused]] const PropertyHandler &handler) override {} in EnumerateGlobals()
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.cpp | 47 Job::ErrorHandler handler; in __anonb4764d250102() 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/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()
|