| /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/ets_runtime/ecmascript/ic/ |
| D | ic_handler.h | 47 static inline bool IsAccessor(uint32_t handler) in IsAccessor() 52 static inline bool IsInternalAccessor(uint32_t handler) in IsInternalAccessor() 57 static inline bool IsNonExist(uint32_t handler) in IsNonExist() 62 static inline bool IsField(uint32_t handler) in IsField() 67 static inline bool IsElement(uint32_t handler) in IsElement() 72 static inline bool IsDictionary(uint32_t handler) in IsDictionary() 77 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps() 82 static inline HandlerKind GetKind(uint32_t handler) in GetKind() 87 static inline bool IsJSArray(uint32_t handler) in IsJSArray() 92 static inline int GetOffset(uint32_t handler) in GetOffset() [all …]
|
| D | ic_runtime_stub-inl.h | 42 JSTaggedValue handler = profileTypeInfo->Get(slotId); in LoadGlobalICByName() local 58 JSTaggedValue handler = profileTypeInfo->Get(slotId); in StoreGlobalICByName() local 195 … JSTaggedValue value, JSTaggedValue handler) in StoreICWithHandler() 228 JSTaggedValue value, JSTaggedValue handler) in StorePrototype() 245 JSTaggedValue value, JSTaggedValue handler) in StoreWithTS() 269 JSTaggedValue handler, bool withPrototype) in StoreWithTransition() 318 JSTaggedValue handler) in StoreTransWithProto() 334 …untimeStub::StoreField(JSThread *thread, JSObject *receiver, JSTaggedValue value, uint32_t handler) in StoreField() 356 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadGlobal(JSTaggedValue handler) in LoadGlobal() 368 …aggedValue ICRuntimeStub::StoreGlobal(JSThread *thread, JSTaggedValue value, JSTaggedValue handler) in StoreGlobal() [all …]
|
| /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() 54 JSHandle<JSTaggedValue> handler(thread, proxy->GetHandler()); in GetPrototype() local 115 JSTaggedValue handler = proxy->GetHandler(); in SetPrototype() local 175 JSTaggedValue handler = proxy->GetHandler(); in IsExtensible() local 232 JSTaggedValue handler = proxy->GetHandler(); in PreventExtensions() local 285 JSTaggedValue handler = proxy->GetHandler(); in GetOwnProperty() local 382 JSTaggedValue handler = proxy->GetHandler(); in DefineOwnProperty() local 470 JSTaggedValue handler = proxy->GetHandler(); in HasProperty() local 541 JSTaggedValue handler = proxy->GetHandler(); in GetProperty() local 615 JSTaggedValue handler = proxy->GetHandler(); in SetProperty() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.cpp | 24 void PGOHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, PGOObjKin… in UpdateKeyAndDesc() 66 void PGOHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, LayoutDes… in UpdateKeyAndDesc()
|
| D | pgo_profiler_layout.h | 170 void AddKeyAndDesc(const CString &key, const PGOHandler &handler) in AddKeyAndDesc() 175 void AddPtKeyAndDesc(const CString &key, const PGOHandler &handler) in AddPtKeyAndDesc() 180 void AddCtorKeyAndDesc(const CString &key, const PGOHandler &handler) in AddCtorKeyAndDesc()
|
| /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/ets_runtime/test/typeinfer/automatedcases/ |
| D | instantiateContextualTypes.ts | 87 handler: Handler<S, P> property 90 declare function handler<S, P>(actionType: ActionType<P>, handler: Handler<S, P>): ActionHandler<S,… function
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlerwait_fuzzer/ |
| D | protocolhandlerwait_fuzzer.cpp | 38 ProtocolHandler handler(ph, vm); in ProtocolHandlerWaitFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandler_fuzzer/ |
| D | protocolhandler_fuzzer.cpp | 37 ProtocolHandler handler(ph, vm); in ProtocolHandlerFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlerprocess_fuzzer/ |
| D | protocolhandlerprocess_fuzzer.cpp | 37 ProtocolHandler handler(ph, vm); in ProtocolHandlerProcessFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlerget_fuzzer/ |
| D | protocolhandlerget_fuzzer.cpp | 37 ProtocolHandler handler(ph, vm); in ProtocolHandlerGetFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlerrun_fuzzer/ |
| D | protocolhandlerrun_fuzzer.cpp | 37 ProtocolHandler handler(ph, vm); in ProtocolHandlerRunFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/ |
| D | protocolhandlernotif_fuzzer.cpp | 37 ProtocolHandler handler(ph, vm); in ProtocolHandlerNotifFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlerdispatch_fuzzer/ |
| D | protocolhandlerdispatch_fuzzer.cpp | 37 ProtocolHandler handler(ph, vm); in ProtocolHandlerDispatchFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_proxy_test.cpp | 75 JSHandle<JSObject> handler = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local 95 JSHandle<JSObject> handler = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlerresponse_fuzzer/ |
| D | protocolhandlerresponse_fuzzer.cpp | 37 ProtocolHandler handler(ph, vm); in ProtocolHandlerResponseFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 86 GateRef handler = CheckPolyHClass(cachedHandler->ReadVariable(), hclass); in ValuedICAccessor() local 196 GateRef handler = GetValueFromTaggedArray(profileTypeInfo_, slotId_); in TryLoadGlobalICByName() local 217 GateRef handler = GetValueFromTaggedArray(profileTypeInfo_, slotId_); in TryStoreGlobalICByName() local
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 61 const handler = {}; constant
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 255 uint32_t handler = 0U; in HWTEST_F_L0() local 285 uint32_t handler = 0U; in HWTEST_F_L0() local 329 uint32_t handler = 0U; in HWTEST_F_L0() local 387 uint32_t handler = 0U; in HWTEST_F_L0() local 426 uint32_t handler = 0U; in HWTEST_F_L0() local 460 uint32_t handler = 0U; in HWTEST_F_L0() local 486 uint32_t handler = 0U; in HWTEST_F_L0() local
|
| D | ic_handler_test.cpp | 198 JSHandle<TransitionHandler> handler = JSHandle<TransitionHandler>::Cast(handlerValue); in HWTEST_F_L0() local 268 JSHandle<PrototypeHandler> handler = JSHandle<PrototypeHandler>::Cast(handlerValue); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
| D | spreadoperator.js | 96 const handler = { variable
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | line_number_program.h | 124 LineNumberProgramProcessor(const uint8_t *program, Handler *handler) in LineNumberProgramProcessor()
|