Home
last modified time | relevance | path

Searched refs:CopyLayoutInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp310 layoutInfoHandle.Update(factory->CopyLayoutInfo(layoutInfoHandle).GetTaggedValue()); in TransitionExtension()
340 layoutInfoHandle.Update(factory->CopyLayoutInfo(layoutInfoHandle).GetTaggedValue()); in TransitionProto()
404 … thread->GetEcmaVM()->GetFactory()->CopyLayoutInfo(layoutInfoHandle).GetTaggedValue()); in ShouldUpdateProtoClass()
448 JSHandle<LayoutInfo> newLayout(factory->CopyLayoutInfo(oldLayout)); in TransitionForRepChange()
Dobject_factory.h377 JSHandle<LayoutInfo> CopyLayoutInfo(const JSHandle<LayoutInfo> &old);
Dobject_factory.cpp2453 JSHandle<LayoutInfo> ObjectFactory::CopyLayoutInfo(const JSHandle<LayoutInfo> &old) in CopyLayoutInfo() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp862 …JSHandle<LayoutInfo> newLayout = factory->CopyLayoutInfo(JSHandle<LayoutInfo>(thread_, hclass->Get… in ParseObjectPGOType()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp377 JSHandle<LayoutInfo> newLayout(factory->CopyLayoutInfo(oldLayout)); in DEF_RUNTIME_STUBS()