/ark/js_runtime/ecmascript/ic/ |
D | ic_handler.h | 45 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()
|
D | ic_handler-inl.h | 27 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
|
D | ic_runtime_stub-inl.h | 42 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/ |
D | debugger_service.cpp | 26 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/ |
D | type_type_inl.h | 28 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()
|
D | type_set.h | 88 bool ForAll(Handler &&handler) const in ForAll() 99 bool Exists(Handler &&handler) const in Exists()
|
D | type_parametric_inl.h | 24 void ForAll(Handler &&handler) const in ForAll()
|
D | type_params_inl.h | 24 void TypeParams::ForEach(Handler &&handler) const in ForEach()
|
D | type_system.h | 268 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/ |
D | saturated_enum.h | 62 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()
|
D | flags.h | 64 void EnumerateFlags(Handler &&handler) const in EnumerateFlags() 121 void EnumerateFlags(Handler &&handler) const in EnumerateFlags()
|
D | relation.h | 87 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()
|
D | addr_map.h | 146 … 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()
|
D | bit_vector.h | 331 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/ |
D | method_options.h | 105 …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/ |
D | js_proxy.cpp | 27 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/ |
D | job.h | 122 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/ |
D | panda_types.h | 347 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/ |
D | builtins_proxy_test.cpp | 76 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/ |
D | signal_handler.cpp | 113 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/ |
D | literal_parser.h | 26 const auto &LiteralParser(Handler &handler) in LiteralParser()
|
/ark/runtime_core/verification/debug/config/ |
D | config_process.cpp | 47 void RegisterConfigHandler(const PandaString &path, callable<bool(const Section &)> handler) in RegisterConfigHandler()
|
/ark/runtime_core/runtime/interpreter/ |
D | interpreter_impl.cpp | 79 void EnsureDebugMethodsInstantiation(void *handler) in EnsureDebugMethodsInstantiation()
|
/ark/runtime_core/verification/cflow/ |
D | cflow_check.cpp | 87 for (const auto &handler : cflow_info.ExcHandlers()) { in CheckJmpIntoExcHandler() local 92 for (const auto &handler : cflow_info.ExcHandlers()) { in CheckJmpIntoExcHandler() local
|
D | exception_source_map.h | 65 void ForSourcesInRange(const void *from, const void *to, Handler &&handler) const in ForSourcesInRange()
|