Searched defs:ihc (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 41 JSHandle<JSTaggedValue> ihc = TryGetHClass(rootType, childType); in TryGetIHClass() local 130 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc) in CollectLiteralInfo() 188 …BaseSnapshotInfo::CheckAOTIhcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &ihc, in CheckAOTIhcPropertiesForRep() 252 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local 302 JSHandle<JSTaggedValue> ihc = undefinedHandle; in StoreDataToGlobalData() local 350 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local 380 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 172 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in GenProtoTransitionInfo() local
|
| D | pgo_type_parser.cpp | 258 auto ihc = ptManager_->QueryHClass(classType, classType); in GenerateHClassForPrototype() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.cpp | 495 JSHandle<JSTaggedValue> ihc, in InsertTransitionItem() 524 const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc) const in FindTransitionByHClass()
|
| D | js_object.cpp | 2779 const JSHandle<JSHClass> &ihc) in CreateObjectFromPropertiesByIHClass() 2796 const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 68 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local 124 JSTaggedType ihc = func->GetProtoTransRootHClass().GetRawData(); in ProfileProtoTransitionClass() local 174 … JSHandle<JSHClass> ihc = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, oldPrototype); in ProfileProtoTransitionPrototype() local 1347 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in DumpDefineClass() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 894 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass() 1131 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local 2235 const JSHandle<JSTaggedValue>& ihc, in DefineFuncTryUseAOTHClass()
|
| D | runtime_stubs.cpp | 3886 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() local
|