Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-record.h30 struct Record { struct
34 std::unique_ptr<RecordMetadata> metadata; argument
42Record(std::string s, panda::panda_file::SourceLang lang, size_t b_l, size_t b_r, std::string f_c,… in Record() argument
51 Record(std::string s, panda::panda_file::SourceLang lang) in Record() function
56 bool HasImplementation() const in HasImplementation()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-record.h31 struct Record { struct
35 std::unique_ptr<RecordMetadata> metadata; argument
43Record(std::string s, panda::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bo… in Record() argument
51 Record(std::string s, panda::panda_file::SourceLang lang) in Record() argument
56 bool HasImplementation() const in HasImplementation()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h136 struct Record { struct
137 Record(EcmaOpcode opcode) : opcode_(opcode), fast_(0), slow_(0) {} in Record() argument
139 uint64_t Count() const in Count()
144 uint64_t GetFast() const in GetFast()
149 uint64_t GetSlow() const in GetSlow()
154 EcmaOpcode GetOpCode() const in GetOpCode()
159 void IncFast() in IncFast()
164 void IncSlow() in IncSlow()
191 using BcRecord = std::map<int, Record>; argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp19 void PGOBCInfo::Info::Record(const InfoDetail &detail) in Record() function in panda::ecmascript::kungfu::PGOBCInfo::Info
55 void PGOBCInfo::Record(const InfoDetail &detail, Type type) in Record() function in panda::ecmascript::kungfu::PGOBCInfo
62 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() function in panda::ecmascript::kungfu::PGOBCInfo
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto24 message Record { message
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.h38 void Record(ItemData data) in Record() function
57 void Record(ReviseData::ItemData data) in Record() function
Dsnapshot_constantpool_data.cpp52 void BaseSnapshotInfo::Record(ItemData &data) in Record() function in panda::ecmascript::kungfu::BaseSnapshotInfo
248 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() function in panda::ecmascript::kungfu::SnapshotConstantPoolData
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp28 using Record = panda::pandasm::Record; typedef
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts116 export class Record { class
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument