Home
last modified time | relevance | path

Searched defs:clsDescriptor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.cpp108 auto clsDescriptor = pandasm::Type(ctxDataRecordName_, 0).GetDescriptor(); in InitializeCtxDataRecord() local
127 auto clsDescriptor = pandasm::Type(clsName, 0, true).GetDescriptor(true); in LoadCreatedClasses() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/runtimelinker/ets_to_ts/
Druntimelinker.cpp59 std::string clsDescriptor = "std.core.AbcRuntimeLinker"; in SetRuntimeLinker() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_find_method_test.cpp61 …void CheckClassFindMethod(const char *clsDescriptor, const char *methodName, const char *methodSig… in CheckClassFindMethod()
89 …void CheckIntrinsicsFindMethod(const char *moduleDescriptor, const char *clsDescriptor, const char… in CheckIntrinsicsFindMethod()