Home
last modified time | relevance | path

Searched defs:ihclass (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp125 JSHandle<JSHClass> ihclass = Generate(classType); in RecursiveGenerate() local
135 JSHandle<JSHClass> ihclass = CreateHClass(thread, classType, Kind::INSTANCE); in Generate() local
Dtype_mcr_lowering.cpp1153 GateRef ihclass = GetObjectFromConstPool(jsFunc, ihclassIndex); in LowerTypedNewAllocateThis() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp420 const JSHandle<JSHClass> &ihclass, in DefineClassWithIHClass()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp758 void TSManager::AddArrayTSHClass(panda_file::File::EntityId id, JSHandle<JSHClass> &ihclass) in AddArrayTSHClass()
764 void TSManager::AddInstanceTSHClass(GlobalTSTypeRef gt, JSHandle<JSHClass> &ihclass) in AddInstanceTSHClass()