Home
last modified time | relevance | path

Searched defs:newClass (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp192 …JSHClass *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(attr.GetPropert… in SetPropertyOfObjHClass() local
221 …JSHClass *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(attr.GetPropert… in AddProperty() local
264 auto *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(0)); in TransitionExtension() local
293 … auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); in TransitionProto() local
324 … auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); in TransProtoWithoutLayout() local
Djs_function.cpp132 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, hclass, value); in PrototypeSetter() local
Dobject_factory.cpp170 auto *newClass = static_cast<JSHClass *>(heap_->AllocateClassClass(hclass, classSize)); in NewEcmaHClassClass() local
188 …auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject(hclass, classSize)); in NewEcmaHClass() local
199 … auto *newClass = static_cast<JSHClass *>(heap_->AllocateReadOnlyOrHugeObject(hclass, classSize)); in NewEcmaReadOnlyHClass() local
382 JSHandle<JSHClass> newClass = NewEcmaHClass(size, type); in NewEcmaHClass() local
1379 JSHandle<JSHClass> newClass = JSHClass::TransProtoWithoutLayout(thread_, hclass, protoValue); in OrdinaryNewJSObjectCreate() local
Djs_object.cpp1064 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, hclass, proto); in SetPrototype() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp341 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, objClass, funcPrototype); in HWTEST_F_L0() local
391 JSHandle<JSHClass> newClass(thread, Obj2->GetClass()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp683 GateRef newClass = FindTransitions(glue, receiver, hclass, key, metaData); in JSHClassAddProperty() local