Home
last modified time | relevance | path

Searched refs:TransWithProtoHandler (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h412 class TransWithProtoHandler : public TaggedObject {
414 static TransWithProtoHandler *Cast(TaggedObject *object) in Cast()
417 return static_cast<TransWithProtoHandler *>(object); in Cast()
424 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition()
Dic_runtime_stub-inl.h315TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreWithTransition()
364TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreTransWithProto()
Dic_runtime.cpp129 handlerValue = TransWithProtoHandler::StoreTransition(thread_, op, hclass); in UpdateStoreHandler()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp181 …factory->NewEcmaReadOnlyHClass(hClass, TransWithProtoHandler::SIZE, JSType::TRANS_WITH_PROTO_HANDL… in InitRootsClass()
Dobject_factory.h168 class TransWithProtoHandler; variable
220 JSHandle<TransWithProtoHandler> NewTransWithProtoHandler();
Ddump.cpp975 TransWithProtoHandler::Cast(obj)->Dump(os); in DumpObject()
2997 void TransWithProtoHandler::Dump(std::ostream &os) const in Dump()
4369 TransWithProtoHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5519 void TransWithProtoHandler::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp3519 JSHandle<TransWithProtoHandler> ObjectFactory::NewTransWithProtoHandler() in NewTransWithProtoHandler()
3522 TransWithProtoHandler *header = in NewTransWithProtoHandler()
3523 TransWithProtoHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewTransWithProtoHandler()
3525 JSHandle<TransWithProtoHandler> handler(thread_, header); in NewTransWithProtoHandler()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h427 TransWithProtoHandler::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp906 … CHECK_DUMP_FIELDS(TaggedObject::TaggedObjectSize(), TransWithProtoHandler::SIZE, 3U); in HWTEST_F_L0()
907 … JSHandle<TransWithProtoHandler> transWithProtoHandler = factory->NewTransWithProtoHandler(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp877 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler()
970 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in DumpICByValueWithHandler()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1745 GateRef transitionHClassOffset = IntPtr(TransWithProtoHandler::TRANSITION_HCLASS_OFFSET); in GetTransWithProtoHClass()
1751 GateRef handlerInfoOffset = IntPtr(TransWithProtoHandler::HANDLER_INFO_OFFSET); in GetTransWithProtoHandlerInfo()