| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.cpp | 211 JSHandle<JSHClass> JSHClass::Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in Clone() 239 … JSHClass::CloneAndIncInlinedProperties(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in CloneAndIncInlinedProperties() 251 …HClass> JSHClass::CloneWithElementsKind(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in CloneWithElementsKind() 261 …JSHClass::CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<JSHClass> &jshclass) in CloneWithoutInlinedProperties() 292 …id JSHClass::ProcessAotHClassTransition(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in ProcessAotHClassTransition() 309 JSHandle<JSHClass> jshclass(thread, obj->GetJSHClass()); in AddProperty() local 354 …JSHClass> JSHClass::TransitionExtension(const JSThread *thread, const JSHandle<JSHClass> &jshclass) in TransitionExtension() 382 …dle<JSHClass> JSHClass::TransitionProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in TransitionProto() 418 …ss *JSHClass::FindTransitionProtoForAOT(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in FindTransitionProtoForAOT() 467 …e<JSHClass> JSHClass::CloneWithAddProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in CloneWithAddProto() [all …]
|
| D | js_hclass-inl.h | 292 inline void JSHClass::Copy(const JSThread *thread, const JSHClass *jshclass) in Copy() 385 …lass::MarkProtoChanged([[maybe_unused]] const JSThread *thread, const JSHandle<JSHClass> &jshclass) in MarkProtoChanged() 401 void JSHClass::NoticeThroughChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in NoticeThroughChain() 425 void JSHClass::AddPropertyToNewHClass(const JSThread *thread, JSHandle<JSHClass> &jshclass, in AddPropertyToNewHClass() 460 …le<JSHClass> JSHClass::SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jshclass, in SetPropertyOfObjHClass()
|
| D | property_accessor.cpp | 44 JSHClass *jshclass = receiverObj->GetJSHClass(); in PreLoad() local 101 JSHClass *jshclass = currentObj->GetJSHClass(); in CollectPrototypeInfo() local
|
| D | object_factory.cpp | 480 JSHandle<JSObject> ObjectFactory::NewJSObject(const JSHandle<JSHClass> &jshclass) in NewJSObject() 668 JSHandle<JSHClass> jshclass(thread_, func->GetJSHClass()); in CloneJSFunction() local 682 JSHandle<JSHClass> jshclass(thread_, func->GetJSHClass()); in CloneSFunction() local 698 JSHandle<JSHClass> jshclass; in CreateJSFunctionFromTemplate() local 721 JSHandle<JSHClass> jshclass; in CreateSFunctionFromTemplate() local 781 JSHandle<JSObject> ObjectFactory::NewNonMovableJSObject(const JSHandle<JSHClass> &jshclass) in NewNonMovableJSObject() 1072 JSHandle<JSHClass> jshclass; in NewJSObjectByConstructor() local 1108 JSHandle<JSHClass> jshclass; in NewJSObjectByConstructor() local 1157 JSHandle<JSHClass> jshclass; in NewJSObjectByConstructor() local 1230 JSHandle<JSObject> ObjectFactory::NewJSObjectWithInit(const JSHandle<JSHClass> &jshclass) in NewJSObjectWithInit() [all …]
|
| D | shared_object_factory.cpp | 321 …ndle<JSObject> ObjectFactory::NewSharedOldSpaceJSObjectWithInit(const JSHandle<JSHClass> &jshclass) in NewSharedOldSpaceJSObjectWithInit() 328 JSHandle<JSObject> ObjectFactory::NewSharedOldSpaceJSObject(const JSHandle<JSHClass> &jshclass) in NewSharedOldSpaceJSObject()
|
| D | object_operator.cpp | 584 JSHClass *jshclass = obj->GetJSHClass(); in LookupPropertyInlinedProps() local
|
| D | dump.cpp | 559 static void DumpHClass(const JSHClass *jshclass, std::ostream &os, bool withDetail) in DumpHClass() 1515 JSHClass *jshclass = GetJSHClass(); in Dump() local 3775 JSHClass *jshclass = GetJSHClass(); in Dump() local 4698 JSHClass *jshclass = GetJSHClass(); in DumpForSnapshot() local
|
| D | js_tagged_value-inl.h | 959 auto *jshclass = GetTaggedObject()->GetClass(); in IsAccessor() local
|
| D | js_object.cpp | 181 JSHandle<JSHClass> jshclass(thread, receiver->GetJSHClass()); in TransitionToDictionary() local 1637 JSHandle<JSHClass> jshclass(thread, obj->GetJSHClass()); in PreventExtensions() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 585 JSHClass *jshclass = receiver->GetTaggedObject()->GetClass(); in TraceIC() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 871 Register jshclass(X2); in JSCallCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1245 JSTaggedValue SlowRuntimeStub::UpdateAOTHClass(JSThread *thread, JSTaggedValue jshclass, in UpdateAOTHClass()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 2243 auto jshclass = value.GetTaggedObject()->GetClass(); in ThisStringValue() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3665 …JSHandle<JSHClass> jshclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS() local
|