| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | property_accessor.cpp | 44 JSHClass *jshclass = receiverObj->GetJSHClass(); in PreLoad() local 101 JSHClass *jshclass = currentObj->GetJSHClass(); in CollectPrototypeInfo() local
|
| H A D | js_hclass-inl.h | 291 inline void JSHClass::Copy(const JSThread *thread, const JSHClass *jshclass) in Copy() argument 354 void JSHClass::AddPropertyToNewHClass(const JSThread *thread, JSHandle<JSHClass> &jshclass, in AddPropertyToNewHClass() argument 384 JSHandle<JSHClass> JSHClass::SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jshclass, in SetPropertyOfObjHClass() argument [all...] |
| H A D | object_operator.cpp | 560 JSHClass *jshclass = obj->GetJSHClass(); in LookupPropertyInlinedProps() local
|
| H A D | shared_object_factory.cpp | 288 JSHandle<JSObject> ObjectFactory::NewSharedOldSpaceJSObjectWithInit(const JSHandle<JSHClass> &jshclass) in NewSharedOldSpaceJSObjectWithInit() argument 295 JSHandle<JSObject> ObjectFactory::NewSharedOldSpaceJSObject(const JSHandle<JSHClass> &jshclass) in NewSharedOldSpaceJSObject() argument
|
| H A D | dump.cpp | 602 static void DumpHClass(const JSHClass *jshclass, std::ostream &os, bool withDetail) in DumpHClass() argument 1551 JSHClass *jshclass = GetJSHClass(); Dump() local 1552 os << " - hclass: " << std::hex << jshclass << "\\n"; Dump() local 3806 JSHClass *jshclass = GetJSHClass(); Dump() local 3807 os << " - hclass: " << std::hex << jshclass << "\\n"; Dump() local 4730 JSHClass *jshclass = GetJSHClass(); DumpForSnapshot() local [all...] |
| H A D | js_hclass.cpp | 211 JSHandle<JSHClass> JSHClass::Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in Clone() argument 239 JSHandle<JSHClass> JSHClass::CloneWithElementsKind(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in CloneWithElementsKind() argument 249 CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<JSHClass> &jshclass) CloneWithoutInlinedProperties() argument 322 TransitionExtension(const JSThread *thread, const JSHandle<JSHClass> &jshclass) TransitionExtension() argument 350 TransitionProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) TransitionProto() argument 386 FindTransitionProtoForAOT(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &proto) FindTransitionProtoForAOT() argument 435 CloneWithAddProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &proto) CloneWithAddProto() argument 449 TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &proto) TransProtoWithoutLayout() argument 848 EnableProtoChangeMarker(const JSThread *thread, const JSHandle<JSHClass> &jshclass) EnableProtoChangeMarker() argument 965 RegisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) RegisterOnProtoChain() argument 1011 UnregisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) UnregisterOnProtoChain() argument 1042 GetProtoChangeDetails(const JSThread *thread, const JSHandle<JSHClass> &jshclass) GetProtoChangeDetails() argument 1059 MarkProtoChanged([[maybe_unused]] const JSThread *thread, const JSHandle<JSHClass> &jshclass) MarkProtoChanged() argument 1070 NoticeThroughChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass, JSTaggedValue addedKey) NoticeThroughChain() argument [all...] |
| H A D | js_tagged_value-inl.h | 959 auto *jshclass = GetTaggedObject()->GetClass(); in IsAccessor() local
|
| H A D | object_factory.cpp | 481 JSHandle<JSObject> ObjectFactory::NewJSObject(const JSHandle<JSHClass> &jshclass) in NewJSObject() argument 699 JSHandle<JSHClass> jshclass; in CreateJSFunctionFromTemplate() local 722 JSHandle<JSHClass> jshclass; CreateSFunctionFromTemplate() local 782 NewNonMovableJSObject(const JSHandle<JSHClass> &jshclass) NewNonMovableJSObject() argument 1061 JSHandle<JSHClass> jshclass; NewJSObjectByConstructor() local 1097 JSHandle<JSHClass> jshclass; NewJSObjectByConstructor() local 1135 JSHandle<JSHClass> jshclass; NewJSObjectByConstructor() local 1162 NewJSObjectWithInit(const JSHandle<JSHClass> &jshclass) NewJSObjectWithInit() argument 1169 InitializeJSObject(const JSHandle<JSObject> &obj, const JSHandle<JSHClass> &jshclass) InitializeJSObject() argument 4827 NewOldSpaceJSObject(const JSHandle<JSHClass> &jshclass) NewOldSpaceJSObject() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1237 JSTaggedValue SlowRuntimeStub::UpdateAOTHClass(JSThread *thread, JSTaggedValue jshclass, in UpdateAOTHClass() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_string.cpp | 2246 auto jshclass = value.GetTaggedObject()->GetClass(); in ThisStringValue() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3687 JSHandle<JSHClass> jshclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|