Home
last modified time | relevance | path

Searched defs:jshclass (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_accessor.cpp44 JSHClass *jshclass = receiverObj->GetJSHClass(); in PreLoad() local
101 JSHClass *jshclass = currentObj->GetJSHClass(); in CollectPrototypeInfo() local
H A Djs_hclass-inl.h291 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 Dobject_operator.cpp560 JSHClass *jshclass = obj->GetJSHClass(); in LookupPropertyInlinedProps() local
H A Dshared_object_factory.cpp288 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 Ddump.cpp602 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 Djs_hclass.cpp211 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 Djs_tagged_value-inl.h959 auto *jshclass = GetTaggedObject()->GetClass(); in IsAccessor() local
H A Dobject_factory.cpp481 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 Dslow_runtime_stub.cpp1237 JSTaggedValue SlowRuntimeStub::UpdateAOTHClass(JSThread *thread, JSTaggedValue jshclass, in UpdateAOTHClass() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp2246 auto jshclass = value.GetTaggedObject()->GetClass(); in ThisStringValue() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3687 JSHandle<JSHClass> jshclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local

Completed in 37 milliseconds