Home
last modified time | relevance | path

Searched refs:PROTOTYPE (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp31 case PGOObjKind::PROTOTYPE: in UpdateKeyAndDesc()
59 UpdateKeyAndDesc(iter.first, iter.second, PGOObjKind::PROTOTYPE); in Merge()
Dpgo_profiler_type.h310 PROTOTYPE, enumerator
326 } else if (objKind_ == PGOObjKind::PROTOTYPE) { in GetInfoString()
Dpgo_profiler.cpp150 recordInfos_->AddLayout(currentType, prototypeHClass, PGOObjKind::PROTOTYPE); in ProfileDefineClass()
230 kind = PGOObjKind::PROTOTYPE; in ProfileObjLayout()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.h39 PROTOTYPE, enumerator
Dts_hclass_generator.cpp136 JSHandle<JSHClass> phclass = CreateHClass(thread, classType, Kind::PROTOTYPE); in Generate()
156 case Kind::PROTOTYPE: { in CreateHClass()
/arkcompiler/ets_frontend/ts2panda/src/base/
Dproperties.ts24 PROTOTYPE, enumerator
133 …defineProperty(propName, property.initializer, PropertyKind.PROTOTYPE, properties, namedPropertyMa…
/arkcompiler/ets_frontend/ts2panda/src/expression/
DobjectLiteralExpression.ts66 if (prop.getKind() === PropertyKind.PROTOTYPE || prop.isRedeclared()) {
272 case PropertyKind.PROTOTYPE: {
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h84 static constexpr char PROTOTYPE[] = "prototype"; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp531 GetStringByInst(def_method_input0) == PROTOTYPE && in ExtractClassAndFunctionInfo()