| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_hclass_test.cpp | 345 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, objClass, funcPrototype); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | object_accessor-inl.h | 471 inline void ObjectAccessor::SetClass(ObjectHeader *obj, BaseClass *newClass) in SetClass() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | aliveAnalyzer.cpp | 360 void AliveAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass() argument
|
| H A D | assignAnalyzer.cpp | 1155 void AssignAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_hclass-inl.h | 388 JSHClass *newClass = jshclass->FindTransitions( in SetPropertyOfObjHClass() local
|
| H A D | shared_object_factory.cpp | 100 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 D | js_function.cpp | 182 JSHandle<JSHClass> newClass = JSHClass::SetPrototypeWithNotification(thread, hclass, value); in PrototypeSetter() local
|
| H A D | js_hclass.cpp | 285 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 D | js_object.cpp | 1886 auto newClass = JSHClass::Clone(thread, hclass); in FreezeSharedObject() local
|
| H A D | object_factory.cpp | 140 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 D | snapshot_constantpool_data.cpp | 88 JSHClass *newClass = JSHClass::Cast(maybeHClass.GetTaggedObject()); in TryGetHClassFromCached() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | type_info_accessors.cpp | 1400 JSTaggedValue newClass = parent_.ptManager_->QueryHClass(type.first, type.second); in GetHClass() local 1422 JSHClass *newClass = sampleType->GetReceiver(); in GetHClass() local
|
| H A D | typed_bytecode_lowering.cpp | 2345 JSHClass *newClass = JSHClass::Cast(hclassVal.GetTaggedObject()); in LowerCreateObjectWithBuffer() local
|
| H A D | circuit_builder.cpp | 1295 GateRef newClass = CallNGCRuntime(glue, RTSTUB_ID(JSHClassFindProtoTransitions), Gate::InvalidGateRef, in TransProtoWithoutLayout() local 1327 GateRef newClass = TransProtoWithoutLayout(glue, hClass, proto); in OrdinaryNewJSObjectCreate() local
|
| H A D | stub_builder.cpp | 1328 GateRef newClass = FindTransitions(glue, hclass, key, metaData, value); in JSHClassAddProperty() local [all...] |