Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/
Ddebugger_service.cpp27 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/
Dic_handler.h47 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 …]
Dic_runtime_stub-inl.h42 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/
Ddebugger_service_test.cpp55 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/
Djs_proxy.cpp28 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/
Dpgo_profiler_layout.cpp24 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()
Dpgo_profiler_layout.h170 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/
Dexception_case7.js17 const handler = { variable
/arkcompiler/ets_runtime/test/aottest/proxy/
Dproxy.ts23 const handler = { constant
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinstantiateContextualTypes.ts87 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/
Dprotocolhandlerwait_fuzzer.cpp38 ProtocolHandler handler(ph, vm); in ProtocolHandlerWaitFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandler_fuzzer/
Dprotocolhandler_fuzzer.cpp37 ProtocolHandler handler(ph, vm); in ProtocolHandlerFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlerprocess_fuzzer/
Dprotocolhandlerprocess_fuzzer.cpp37 ProtocolHandler handler(ph, vm); in ProtocolHandlerProcessFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlerget_fuzzer/
Dprotocolhandlerget_fuzzer.cpp37 ProtocolHandler handler(ph, vm); in ProtocolHandlerGetFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlerrun_fuzzer/
Dprotocolhandlerrun_fuzzer.cpp37 ProtocolHandler handler(ph, vm); in ProtocolHandlerRunFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/
Dprotocolhandlernotif_fuzzer.cpp37 ProtocolHandler handler(ph, vm); in ProtocolHandlerNotifFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlerdispatch_fuzzer/
Dprotocolhandlerdispatch_fuzzer.cpp37 ProtocolHandler handler(ph, vm); in ProtocolHandlerDispatchFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_proxy_test.cpp75 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/
Dprotocolhandlerresponse_fuzzer.cpp37 ProtocolHandler handler(ph, vm); in ProtocolHandlerResponseFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp86 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/
Dproxy.js61 const handler = {}; constant
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp255 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
Dic_handler_test.cpp198 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/
Dspreadoperator.js96 const handler = { variable
/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h124 LineNumberProgramProcessor(const uint8_t *program, Handler *handler) in LineNumberProgramProcessor()

12