| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | record.h | 22 class Record : public TaggedObject { class
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyRecordProto.h | 26 class Record { class
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-record.h | 30 struct Record { struct 42 Record(std::string s, panda::panda_file::SourceLang lang, size_t b_l, size_t b_r, std::string f_c, bool d, in Record() function 52 Record(std::string s, panda::panda_file::SourceLang lang) in Record() function
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-record.h | 31 struct Record { struct 44 Record(std::string s, ark::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bool d, size_t lN) in Record() function 52 Record(std::string s, ark::panda_file::SourceLang lang) in Record() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | pgo_bc_info.cpp | 20 void PGOBCInfo::Info::Record(const InfoDetail &detail) in Record() function in panda::ecmascript::kungfu::PGOBCInfo::Info 56 void PGOBCInfo::Record(const InfoDetail &detail, Type type) in Record() function in panda::ecmascript::kungfu::PGOBCInfo 63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() function in panda::ecmascript::kungfu::PGOBCInfo [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | interop_stacks.h | 41 struct Record { struct in ark::ets::interop::js::InteropCallStack 42 Record(void *etsCurFrame, char const *codeDescr) : etsFrame(etsCurFrame), descr(codeDescr) {} in Record() function [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | snapshot_global_data.h | 38 void Record(ItemData data) in Record() function in panda::ecmascript::kungfu::ReviseData 57 void Record(ReviseData::ItemData data) in Record() function in panda::ecmascript::kungfu::SnapshotReviseInfo
|
| H A D | snapshot_constantpool_data.cpp | 119 void BaseSnapshotInfo::Record(ItemData &data) in Record() function in panda::ecmascript::kungfu::BaseSnapshotInfo 397 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() function in panda::ecmascript::kungfu::SnapshotConstantPoolData
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | opt_code_profiler.h | 137 struct Record {
struct in panda::ecmascript::OptCodeProfiler 138 Record(EcmaOpcode opcode) : opcode_(opcode), fast_(0), slow_(0) {}
in Record() function
|