Searched refs:PROTOTYPE (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_layout.cpp | 31 case PGOObjKind::PROTOTYPE: in UpdateKeyAndDesc() 59 UpdateKeyAndDesc(iter.first, iter.second, PGOObjKind::PROTOTYPE); in Merge()
|
D | pgo_profiler_type.h | 310 PROTOTYPE, enumerator 326 } else if (objKind_ == PGOObjKind::PROTOTYPE) { in GetInfoString()
|
D | pgo_profiler.cpp | 150 recordInfos_->AddLayout(currentType, prototypeHClass, PGOObjKind::PROTOTYPE); in ProfileDefineClass() 230 kind = PGOObjKind::PROTOTYPE; in ProfileObjLayout()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hclass_generator.h | 39 PROTOTYPE, enumerator
|
D | ts_hclass_generator.cpp | 136 JSHandle<JSHClass> phclass = CreateHClass(thread, classType, Kind::PROTOTYPE); in Generate() 156 case Kind::PROTOTYPE: { in CreateHClass()
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | properties.ts | 24 PROTOTYPE, enumerator 133 …defineProperty(propName, property.initializer, PropertyKind.PROTOTYPE, properties, namedPropertyMa…
|
/arkcompiler/ets_frontend/ts2panda/src/expression/ |
D | objectLiteralExpression.ts | 66 if (prop.getKind() === PropertyKind.PROTOTYPE || prop.isRedeclared()) { 272 case PropertyKind.PROTOTYPE: {
|
/arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
D | abc_file.h | 84 static constexpr char PROTOTYPE[] = "prototype"; variable
|
/arkcompiler/runtime_core/libark_defect_scan_aux/ |
D | abc_file.cpp | 531 GetStringByInst(def_method_input0) == PROTOTYPE && in ExtractClassAndFunctionInfo()
|