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() 186 …BaseSnapshotInfo::CheckAOTIhcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &ihc, in CheckAOTIhcPropertiesForRep() 250 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local 300 JSHandle<JSTaggedValue> ihc = undefinedHandle; in StoreDataToGlobalData() local 348 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local 378 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_constantpool_patcher.cpp | 55 JSTaggedValue ihc = aotHCInfoArray->Get(0); in SetObjectFunctionFromConstPool() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 196 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in GenProtoTransitionInfo() local 366 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in MergeRepresentationForProtoTransition() local
|
| D | pgo_type_parser.cpp | 316 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 | 2870 const JSHandle<JSHClass> &ihc) in CreateObjectFromPropertiesByIHClass() 2887 const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
|
| D | object_factory.cpp | 1058 JSHandle<JSHClass> ihc(globalEnv->GetObjectFunctionNapiClass()); in CreateNapiObject() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 65 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local 155 JSTaggedType ihc = (desc.GetValue())->GetRawData(); in ProfileProtoTransitionClass() local 217 … JSHandle<JSHClass> ihc = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, oldPrototype); in ProfileProtoTransitionPrototype() local 1286 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in DumpDefineClass() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 921 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass() 1154 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local 2262 const JSHandle<JSTaggedValue>& ihc, in DefineFuncTryUseAOTHClass()
|
| D | runtime_stubs.cpp | 4218 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() local
|