Home
last modified time | relevance | path

Searched refs:StoreTSHandler (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h313 class StoreTSHandler : public TaggedObject {
315 static StoreTSHandler *Cast(TaggedObject *object) in Cast()
318 return static_cast<StoreTSHandler *>(object); in Cast()
325 JSHandle<StoreTSHandler> handler = factory->NewStoreTSHandler(); in StoreAOT()
Dic_runtime.cpp96 handlerValue = StoreTSHandler::StoreAOT(thread_, op, hclass); in UpdateStoreHandler()
Dic_runtime_stub-inl.h249 StoreTSHandler *storeTSHandler = StoreTSHandler::Cast(handler.GetTaggedObject()); in StoreWithTS()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h165 class StoreTSHandler; variable
216 JSHandle<StoreTSHandler> NewStoreTSHandler();
Dglobal_env_constants.cpp166 … factory->NewEcmaReadOnlyHClass(hClass, StoreTSHandler::SIZE, JSType::STORE_TS_HANDLER)); in InitRootsClass()
Ddump.cpp891 StoreTSHandler::Cast(obj)->Dump(os); in DumpObject()
2856 void StoreTSHandler::Dump(std::ostream &os) const in Dump()
4121 StoreTSHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5090 void StoreTSHandler::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &vec) const in DumpForSnapshot()
Dobject_factory.cpp3055 JSHandle<StoreTSHandler> ObjectFactory::NewStoreTSHandler() in NewStoreTSHandler()
3058 StoreTSHandler *header = in NewStoreTSHandler()
3059 StoreTSHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewStoreTSHandler()
3061 JSHandle<StoreTSHandler> handler(thread_, header); in NewStoreTSHandler()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h381 StoreTSHandler::Cast(object)->VisitRangeSlot(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp863 CHECK_DUMP_FIELDS(TaggedObject::TaggedObjectSize(), StoreTSHandler::SIZE, 3U); in HWTEST_F_L0()
864 JSHandle<StoreTSHandler> storeTSHandler = factory->NewStoreTSHandler(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1310 GateRef holderOffset = IntPtr(StoreTSHandler::HOLDER_OFFSET); in GetStoreTSHandlerHolder()
1316 GateRef handlerInfoOffset = IntPtr(StoreTSHandler::HANDLER_INFO_OFFSET); in GetStoreTSHandlerHandlerInfo()