Home
last modified time | relevance | path

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

12

/ark/js_runtime/ecmascript/ic/
Dic_handler.h45 static inline bool IsAccessor(uint32_t handler) in IsAccessor()
50 static inline bool IsInternalAccessor(uint32_t handler) in IsInternalAccessor()
55 static inline bool IsNonExist(uint32_t handler) in IsNonExist()
60 static inline bool IsField(uint32_t handler) in IsField()
65 static inline bool IsElement(uint32_t handler) in IsElement()
70 static inline bool IsDictionary(uint32_t handler) in IsDictionary()
75 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps()
80 static inline HandlerKind GetKind(uint32_t handler) in GetKind()
85 static inline bool IsJSArray(uint32_t handler) in IsJSArray()
90 static inline int GetOffset(uint32_t handler) in GetOffset()
Dic_handler-inl.h27 uint32_t handler = 0; in LoadElement() local
34 uint32_t handler = 0; in LoadProperty() local
72 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in LoadPrototype() local
87 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in StorePrototype() local
98 uint32_t handler = 0; in StoreElement() local
112 uint32_t handler = 0; in StoreProperty() local
137 JSHandle<TransitionHandler> handler = factory->NewTransitionHandler(); in StoreTransition() local
Dic_runtime_stub-inl.h42 JSTaggedValue handler = profileTypeInfo->Get(slotId); in LoadGlobalICByName() local
57 JSTaggedValue handler = profileTypeInfo->Get(slotId); in StoreGlobalICByName() local
193 … JSTaggedValue value, JSTaggedValue handler) in StoreICWithHandler()
220 JSTaggedValue value, JSTaggedValue handler) in StorePrototype()
237 JSTaggedValue handler) in StoreWithTransition()
273 …untimeStub::StoreField(JSThread *thread, JSObject *receiver, JSTaggedValue value, uint32_t handler) in StoreField()
295 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadGlobal(JSTaggedValue handler) in LoadGlobal()
307 …aggedValue ICRuntimeStub::StoreGlobal(JSThread *thread, JSTaggedValue value, JSTaggedValue handler) in StoreGlobal()
320 …Value ICRuntimeStub::LoadPrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue handler) in LoadPrototype()
337 … JSTaggedValue holder, JSTaggedValue handler) in LoadICWithHandler()
[all …]
/ark/js_runtime/ecmascript/tooling/
Ddebugger_service.cpp26 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in InitializeDebugger() local
36 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in UninitializeDebugger() local
43 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in WaitForDebugger() local
51 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in DispatchMessage() local
59 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in ProcessMessage() local
67 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in GetDispatchStatus() local
/ark/runtime_core/verification/type/
Dtype_type_inl.h28 void Type::ForAllSupertypes(Handler &&handler) const in ForAllSupertypes()
34 void Type::ForAllSupertypesOfSort(SortIdx sort, Handler &&handler) const in ForAllSupertypesOfSort()
45 void Type::ForAllSubtypes(Handler &&handler) const in ForAllSubtypes()
51 void Type::ForAllSubtypesOfSort(SortIdx sort, Handler &&handler) const in ForAllSubtypesOfSort()
Dtype_set.h88 bool ForAll(Handler &&handler) const in ForAll()
99 bool Exists(Handler &&handler) const in Exists()
Dtype_parametric_inl.h24 void ForAll(Handler &&handler) const in ForAll()
Dtype_params_inl.h24 void TypeParams::ForEach(Handler &&handler) const in ForEach()
Dtype_system.h268 void ForAllTypes(Handler &&handler) const in ForAllTypes()
278 void ForAllSubtypesOf(const Type &t, Handler &&handler) const in ForAllSubtypesOf()
289 void ForAllSupertypesOf(const Type &t, Handler &&handler) const in ForAllSupertypesOf()
/ark/runtime_core/verification/util/
Dsaturated_enum.h62 void EnumerateValues(Handler &&handler) const in EnumerateValues()
86 void Enumerate(Handler &&handler, bool prev_set) const in Enumerate()
125 void EnumerateValues(Handler &&handler) const in EnumerateValues()
153 void Enumerate(Handler &&handler, bool prev_set) const in Enumerate()
Dflags.h64 void EnumerateFlags(Handler &&handler) const in EnumerateFlags()
121 void EnumerateFlags(Handler &&handler) const in EnumerateFlags()
Drelation.h87 void ForAllFrom(RelIndex from, Handler &&handler) const in ForAllFrom()
94 void ForAllTo(RelIndex to, Handler &&handler) const in ForAllTo()
101 void ForAllBetween(RelIndex from, RelIndex to, Handler &&handler) const in ForAllBetween()
Daddr_map.h146 … EnumerateMarksInScope(const void *addr_start_ptr, const void *addr_end_ptr, Handler handler) const in EnumerateMarksInScope()
192 void EnumerateMarksInScope(uintptr_t addr_from, uintptr_t addr_to, Handler handler) const in EnumerateMarksInScope()
Dbit_vector.h331 void process(size_t from, size_t to, Handler handler) in process()
382 void process(const BitVector &rhs, Handler &&handler) in process()
448 void for_all_idx_val(Handler handler) const in for_all_idx_val()
466 bool for_all_idx_of(Handler handler) const in for_all_idx_of()
/ark/runtime_core/verification/debug/options/
Dmethod_options.h105 …InMsgClassThen(VerifierMessagesEnum msg_num, MethodOption::MsgClass klass, Handler &&handler) const in IfInMsgClassThen()
113 …InMsgClassThen(VerifierMessagesEnum msg_num, MethodOption::MsgClass klass, Handler &&handler) const in IfNotInMsgClassThen()
152 void IfError(Handler &&handler) const in IfError()
158 void IfNotError(Handler &&handler) const in IfNotError()
164 void IfWarning(Handler &&handler) const in IfWarning()
170 void IfNotWarning(Handler &&handler) const in IfNotWarning()
176 void IfHidden(Handler &&handler) const in IfHidden()
182 void IfNotHidden(Handler &&handler) const in IfNotHidden()
198 void If(MethodOption::MsgClass klass, Handler &&handler) const in If()
204 void IfNot(MethodOption::MsgClass klass, Handler &&handler) const in IfNot()
/ark/js_runtime/ecmascript/
Djs_proxy.cpp27 const JSHandle<JSTaggedValue> &handler) in ProxyCreate()
52 JSHandle<JSTaggedValue> handler(thread, proxy->GetHandler()); in GetPrototype() local
110 JSTaggedValue handler = proxy->GetHandler(); in SetPrototype() local
167 JSTaggedValue handler = proxy->GetHandler(); in IsExtensible() local
221 JSTaggedValue handler = proxy->GetHandler(); in PreventExtensions() local
271 JSTaggedValue handler = proxy->GetHandler(); in GetOwnProperty() local
364 JSTaggedValue handler = proxy->GetHandler(); in DefineOwnProperty() local
449 JSTaggedValue handler = proxy->GetHandler(); in HasProperty() local
505 JSTaggedValue handler = proxy->GetHandler(); in GetProperty() local
575 JSTaggedValue handler = proxy->GetHandler(); in SetProperty() local
[all …]
/ark/runtime_core/verification/job_queue/
Djob.h122 void ForAllCachedClasses(Handler &&handler) const in ForAllCachedClasses()
130 void ForAllCachedMethods(Handler &&handler) const in ForAllCachedMethods()
138 void ForAllCachedFields(Handler &&handler) const in ForAllCachedFields()
/ark/runtime_core/verification/absint/
Dpanda_types.h347 void ForSubtypesOf(const Type &type, Handler &&handler) const in ForSubtypesOf()
352 void ForSupertypesOf(const Type &type, Handler &&handler) const in ForSupertypesOf()
375 void DisplayMethods(Handler handler) in DisplayMethods()
388 void DisplayClasses(Handler handler) in DisplayClasses()
395 void DisplaySubtyping(Handler handler) in DisplaySubtyping()
406 void DisplayTypeSystem(Handler handler) in DisplayTypeSystem()
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_proxy_test.cpp76 JSHandle<JSObject> handler = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local
95 JSHandle<JSObject> handler = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local
/ark/runtime_core/runtime/
Dsignal_handler.cpp113 for (const auto &handler : oat_code_handler_) { in SignalActionHandler() local
142 void SignalManager::AddHandler(SignalHandler *handler, bool oat_code) in AddHandler()
151 void SignalManager::RemoveHandler(SignalHandler *handler) in RemoveHandler()
/ark/runtime_core/verification/debug/handlers/
Dliteral_parser.h26 const auto &LiteralParser(Handler &handler) in LiteralParser()
/ark/runtime_core/verification/debug/config/
Dconfig_process.cpp47 void RegisterConfigHandler(const PandaString &path, callable<bool(const Section &)> handler) in RegisterConfigHandler()
/ark/runtime_core/runtime/interpreter/
Dinterpreter_impl.cpp79 void EnsureDebugMethodsInstantiation(void *handler) in EnsureDebugMethodsInstantiation()
/ark/runtime_core/verification/cflow/
Dcflow_check.cpp87 for (const auto &handler : cflow_info.ExcHandlers()) { in CheckJmpIntoExcHandler() local
92 for (const auto &handler : cflow_info.ExcHandlers()) { in CheckJmpIntoExcHandler() local
Dexception_source_map.h65 void ForSourcesInRange(const void *from, const void *to, Handler &&handler) const in ForSourcesInRange()

12