Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h446 class StoreTSHandler : public TaggedObject {
448 static StoreTSHandler *Cast(TaggedObject *object) in Cast()
451 return static_cast<StoreTSHandler *>(object); in Cast()
458 JSHandle<StoreTSHandler> handler = factory->NewStoreTSHandler(); in StoreAOT()
Dic_runtime_stub-inl.h287 StoreTSHandler *storeTSHandler = StoreTSHandler::Cast(handler.GetTaggedObject()); in StoreWithTS()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp183 … factory->NewEcmaReadOnlyHClass(hClass, StoreTSHandler::SIZE, JSType::STORE_TS_HANDLER)); in InitRootsClass()
Dobject_factory.h169 class StoreTSHandler; variable
222 JSHandle<StoreTSHandler> NewStoreTSHandler();
Ddump.cpp978 StoreTSHandler::Cast(obj)->Dump(os); in DumpObject()
3010 void StoreTSHandler::Dump(std::ostream &os) const in Dump()
4372 StoreTSHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5526 void StoreTSHandler::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp3532 JSHandle<StoreTSHandler> ObjectFactory::NewStoreTSHandler() in NewStoreTSHandler()
3535 StoreTSHandler *header = in NewStoreTSHandler()
3536 StoreTSHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewStoreTSHandler()
3538 JSHandle<StoreTSHandler> handler(thread_, header); in NewStoreTSHandler()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h430 StoreTSHandler::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp912 CHECK_DUMP_FIELDS(TaggedObject::TaggedObjectSize(), StoreTSHandler::SIZE, 3U); in HWTEST_F_L0()
913 JSHandle<StoreTSHandler> storeTSHandler = factory->NewStoreTSHandler(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp903 StoreTSHandler *storeTSHandler = StoreTSHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1463 GateRef holderOffset = IntPtr(StoreTSHandler::HOLDER_OFFSET); in GetStoreTSHandlerHolder()
1469 GateRef handlerInfoOffset = IntPtr(StoreTSHandler::HANDLER_INFO_OFFSET); in GetStoreTSHandlerHandlerInfo()