Home
last modified time | relevance | path

Searched refs:AddType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h476 void AddType(uint32_t offset, PGOSampleType type) in AddType() function
839 bool AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type);
1035 … bool AddType(const CString &recordName, PGOMethodId methodId, int32_t offset, PGOSampleType type);
Dpgo_profiler_info.cpp651 bool PGOMethodInfoMap::AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType ty… in AddType() function in panda::ecmascript::PGOMethodInfoMap
655 typeInfoSet->AddType(offset, type); in AddType()
993 bool PGORecordDetailInfos::AddType(const CString &recordName, PGOMethodId methodId, int32_t offset,… in AddType() function in panda::ecmascript::PGORecordDetailInfos
997 return curMethodInfos->AddType(chunk_.get(), methodId, offset, type); in AddType()
Dpgo_profiler.cpp91 recordInfos_->AddType(recordName, jsMethod->GetMethodId(), offset, PGOSampleType(type)); in ProfileOpType()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp500 AddType(ret_type, &n); in ProtoItem()
502 AddType(p.GetType(), &n); in ProtoItem()
506 void ProtoItem::AddType(TypeItem *type, size_t *n) in AddType() function in panda::panda_file::ProtoItem
Dfile_items.h1302 void AddType(TypeItem *type, size_t *n);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js101559 AddType(t, e, i, s) { method in anonymousFunctiona10e9827f9500.anonymousFunctiona10e9827f9600.Ys
101583 … this.AddType(ks.Create, ks.Destroy, t.b2ShapeType.e_circleShape, t.b2ShapeType.e_circleShape);
101584 … this.AddType(Gs.Create, Gs.Destroy, t.b2ShapeType.e_polygonShape, t.b2ShapeType.e_circleShape);
101585 … this.AddType(Us.Create, Us.Destroy, t.b2ShapeType.e_polygonShape, t.b2ShapeType.e_polygonShape);
101586 … this.AddType(zs.Create, zs.Destroy, t.b2ShapeType.e_edgeShape, t.b2ShapeType.e_circleShape);
101587 … this.AddType(Hs.Create, Hs.Destroy, t.b2ShapeType.e_edgeShape, t.b2ShapeType.e_polygonShape);
101588 … this.AddType(js.Create, js.Destroy, t.b2ShapeType.e_chainShape, t.b2ShapeType.e_circleShape);
101589 … this.AddType(Xs.Create, Xs.Destroy, t.b2ShapeType.e_chainShape, t.b2ShapeType.e_polygonShape);