Searched defs:ihc (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 39 JSHandle<JSTaggedValue> ihc = TryGetHClass(rootType, childType); in TryGetIHClass() local 128 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc) in CollectLiteralInfo() 187 …BaseSnapshotInfo::CheckAOTIhcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &ihc, in CheckAOTIhcPropertiesForRep() 251 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local 301 JSHandle<JSTaggedValue> ihc = undefinedHandle; in StoreDataToGlobalData() local 349 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local 379 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_constantpool_patcher.cpp | 55 JSTaggedValue ihc = aotHCInfoArray->Get(thread, 0); in SetObjectFunctionFromConstPool() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 198 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in GenProtoTransitionInfo() local 368 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in MergeRepresentationForProtoTransition() local
|
| D | pgo_type_parser.cpp | 284 auto ihc = ptManager_->QueryHClass(classType, classType); in GenerateHClassForPrototype() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.cpp | 497 JSHandle<JSTaggedValue> ihc, in InsertTransitionItem() 526 const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc) const in FindTransitionByHClass()
|
| D | js_object.cpp | 3013 const JSHandle<JSHClass> &ihc, in CreateObjectFromPropertiesByIHClass() 3037 const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
|
| D | object_factory.cpp | 1094 JSHandle<JSHClass> ihc(globalEnv->GetObjectFunctionNapiClass()); in CreateNapiObject() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 66 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local 158 JSTaggedType ihc = (desc.GetValue())->GetRawData(); in ProfileProtoTransitionClass() local 220 … JSHandle<JSHClass> ihc = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, oldPrototype); in ProfileProtoTransitionPrototype() local 1319 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in DumpDefineClass() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 925 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass() 944 const JSHandle<JSTaggedValue> &ihc, in DefineInterfaceTypeOwnProperty() 965 const JSHandle<JSTaggedValue> &ihc, in EntranceForDefineClass() 1208 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local 2404 const JSHandle<JSTaggedValue>& ihc, in DefineFuncTryUseAOTHClass()
|
| D | runtime_stubs.cpp | 4658 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() local
|