Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp378 const JSHandle<JSHClass> &ihclass) in DefineClassWithIHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_lowering.cpp2839 GateRef ihclass = GetObjectFromConstPool(jsFunc, ihclassIndex); in LowerTypedNewAllocateThis() local
Dslowpath_lowering.cpp3068 …GateRef ihclass = builder_.GetObjectFromConstPool(glue_, jsFunc, ihcIndex, ConstPoolType::CLASS_LI… in LowerDefineClassWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h783 const JSHandle<JSHClass> &ihclass, in RuntimeCreateClassWithIHClass()
Druntime_stubs.cpp886 JSHandle<JSHClass> ihclass = GetHArg<JSHClass>(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS() local