Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h279 class TransWithProtoHandler : public TaggedObject {
281 static TransWithProtoHandler *Cast(TaggedObject *object) in Cast()
284 return static_cast<TransWithProtoHandler *>(object); in Cast()
291 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition()
Dic_runtime_stub-inl.h277TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreWithTransition()
322TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreTransWithProto()
Dic_runtime.cpp101 handlerValue = TransWithProtoHandler::StoreTransition(thread_, op, hclass); in UpdateStoreHandler()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h164 class TransWithProtoHandler; variable
214 JSHandle<TransWithProtoHandler> NewTransWithProtoHandler();
Dglobal_env_constants.cpp164 …factory->NewEcmaReadOnlyHClass(hClass, TransWithProtoHandler::SIZE, JSType::TRANS_WITH_PROTO_HANDL… in InitRootsClass()
Ddump.cpp888 TransWithProtoHandler::Cast(obj)->Dump(os); in DumpObject()
2843 void TransWithProtoHandler::Dump(std::ostream &os) const in Dump()
4118 TransWithProtoHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5083 void TransWithProtoHandler::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &vec) co… in DumpForSnapshot()
Dobject_factory.cpp3042 JSHandle<TransWithProtoHandler> ObjectFactory::NewTransWithProtoHandler() in NewTransWithProtoHandler()
3045 TransWithProtoHandler *header = in NewTransWithProtoHandler()
3046 TransWithProtoHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewTransWithProtoHandler()
3048 JSHandle<TransWithProtoHandler> handler(thread_, header); in NewTransWithProtoHandler()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h378 TransWithProtoHandler::Cast(object)->VisitRangeSlot(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp857 … CHECK_DUMP_FIELDS(TaggedObject::TaggedObjectSize(), TransWithProtoHandler::SIZE, 3U); in HWTEST_F_L0()
858 … JSHandle<TransWithProtoHandler> transWithProtoHandler = factory->NewTransWithProtoHandler(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1454 GateRef transitionHClassOffset = IntPtr(TransWithProtoHandler::TRANSITION_HCLASS_OFFSET); in GetTransWithProtoHClass()
1460 GateRef handlerInfoOffset = IntPtr(TransWithProtoHandler::HANDLER_INFO_OFFSET); in GetTransWithProtoHandlerInfo()