Searched defs:ihc (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_parser.cpp | 258 auto ihc = ptManager_->QueryHClass(classType, classType); in GenerateHClassForPrototype() local
|
| H A D | pgo_type_manager.cpp | 171 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in GenProtoTransitionInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | snapshot_constantpool_data.cpp | 39 JSHandle<JSTaggedValue> ihc = TryGetHClass(rootType, childType); in TryGetIHClass() local 186 bool BaseSnapshotInfo::CheckAOTIhcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &ihc, in CheckAOTIhcPropertiesForRep() argument 125 CollectLiteralInfo(JSHandle<TaggedArray> array, uint32_t constantPoolIndex, JSHandle<ConstantPool> snapshotConstantPool, const std::set<uint32_t> &skippedMethods, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc) CollectLiteralInfo() argument 250 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); StoreDataToGlobalData() local 300 JSHandle<JSTaggedValue> ihc = undefinedHandle; StoreDataToGlobalData() local 348 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); StoreDataToGlobalData() local 378 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); StoreDataToGlobalData() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_dictionary.cpp | 494 InsertTransitionItem(const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc, JSHandle<JSTaggedValue> transIhc, JSHandle<JSTaggedValue> transPhc) InsertTransitionItem() argument 523 FindTransitionByHClass( const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc) const FindTransitionByHClass() argument
|
| H A D | js_object.cpp | 2788 CreateObjectFromPropertiesByIHClass(const JSThread *thread, const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) CreateObjectFromPropertiesByIHClass() argument 2807 CheckPropertiesForRep( const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) CheckPropertiesForRep() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A 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); ProfileProtoTransitionPrototype() local 1356 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); DumpDefineClass() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 919 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass() argument 1157 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); local [all...] |
| H A D | runtime_stubs.cpp | 3955 JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|
Completed in 23 milliseconds