Home
last modified time | relevance | path

Searched refs:InfoDetail (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.cpp20 void PGOBCInfo::Info::Record(const InfoDetail &detail) in Record()
56 void PGOBCInfo::Record(const InfoDetail &detail, Type type) in Record()
71 Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, cpIndex}, Type::OBJ_LITERAL); in Record()
74 Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, cpIndex}, Type::ARRAY_LITERAL); in Record()
76 Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, 0}, Type::EMPTY_ARRAY); in Record()
78 Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, 0}, Type::CALL_TARGET); in Record()
80 Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, 0}, Type::CLASS); in Record()
82 Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, 0}, Type::FUNCTION); in Record()
H A Dpgo_bc_info.h39 struct InfoDetail { struct in panda::ecmascript::kungfu::PGOBCInfo
49 void Record(const InfoDetail &detail);
111 void Record(const InfoDetail &detail, Type type);

Completed in 1 milliseconds