Home
last modified time | relevance | path

Searched defs:newClass (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp345 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, objClass, funcPrototype); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dobject_accessor-inl.h471 inline void ObjectAccessor::SetClass(ObjectHeader *obj, BaseClass *newClass) in SetClass() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.cpp360 void AliveAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass() argument
H A DassignAnalyzer.cpp1155 void AssignAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass-inl.h388 JSHClass *newClass = jshclass->FindTransitions( in SetPropertyOfObjHClass() local
H A Dshared_object_factory.cpp100 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject(thread_, hclass, classSize)); in NewSEcmaHClass() local
111 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject( in NewSEcmaHClass() local
129 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject(thread_, in NewSEcmaHClassDictMode() local
147 auto *newClass in NewSEcmaHClassClass() local
157 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateReadOnlyOrHugeObject(thread_, hclass, classSize)); NewSEcmaReadOnlyHClass() local
[all...]
H A Djs_function.cpp182 JSHandle<JSHClass> newClass = JSHClass::SetPrototypeWithNotification(thread, hclass, value); in PrototypeSetter() local
H A Djs_hclass.cpp285 JSHClass *newClass = jshclass->FindTransitions(key.GetTaggedValue(), metadata, rep); in AddProperty() local
326 auto *newClass in TransitionExtension() local
356 auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); TransitionProto() local
455 auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); TransProtoWithoutLayout() local
479 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, hclass, proto, isChangeProto); SetPrototypeWithNotification() local
491 auto newClass = SetPrototypeWithNotification(thread, hclass, proto, isChangeProto); SetPrototypeTransition() local
[all...]
H A Djs_object.cpp1886 auto newClass = JSHClass::Clone(thread, hclass); in FreezeSharedObject() local
H A Dobject_factory.cpp140 auto *newClass = static_cast<JSHClass *>(heap_->AllocateClassClass(hclass, classSize)); in NewEcmaHClassClass() local
158 auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject(hclass, classSize)); in NewEcmaHClass() local
170 auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject( in NewEcmaHClass() local
188 auto *newClass in NewEcmaReadOnlyHClass() local
473 auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject( NewEcmaHClass() local
1748 JSHandle<JSHClass> newClass = JSHClass::TransProtoWithoutLayout(thread_, hclass, protoValue); OrdinaryNewJSObjectCreate() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp88 JSHClass *newClass = JSHClass::Cast(maybeHClass.GetTaggedObject()); in TryGetHClassFromCached() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype_info_accessors.cpp1400 JSTaggedValue newClass = parent_.ptManager_->QueryHClass(type.first, type.second); in GetHClass() local
1422 JSHClass *newClass = sampleType->GetReceiver(); in GetHClass() local
H A Dtyped_bytecode_lowering.cpp2345 JSHClass *newClass = JSHClass::Cast(hclassVal.GetTaggedObject()); in LowerCreateObjectWithBuffer() local
H A Dcircuit_builder.cpp1295 GateRef newClass = CallNGCRuntime(glue, RTSTUB_ID(JSHClassFindProtoTransitions), Gate::InvalidGateRef, in TransProtoWithoutLayout() local
1327 GateRef newClass = TransProtoWithoutLayout(glue, hClass, proto); in OrdinaryNewJSObjectCreate() local
H A Dstub_builder.cpp1328 GateRef newClass = FindTransitions(glue, hclass, key, metaData, value); in JSHClassAddProperty() local
[all...]

Completed in 40 milliseconds