| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-record.h | 31 struct Record { struct 35 std::unique_ptr<RecordMetadata> metadata; argument 44 …Record(std::string s, ark::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bool… in Record() argument 52 Record(std::string s, ark::panda_file::SourceLang lang) in Record() function 57 bool HasImplementation() const in HasImplementation()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-record.h | 30 struct Record { struct 34 std::unique_ptr<RecordMetadata> metadata; argument 42 …Record(std::string s, panda::panda_file::SourceLang lang, size_t b_l, size_t b_r, std::string f_c,… in Record() argument 52 Record(std::string s, panda::panda_file::SourceLang lang) in Record() function 58 bool HasImplementation() const in HasImplementation()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.h | 137 struct Record { struct 138 Record(EcmaOpcode opcode) : opcode_(opcode), fast_(0), slow_(0) {} in Record() function 140 uint64_t Count() const in Count() 145 uint64_t GetFast() const in GetFast() 150 uint64_t GetSlow() const in GetSlow() 155 EcmaOpcode GetOpCode() const in GetOpCode() 160 void IncFast() in IncFast() 165 void IncSlow() in IncSlow() 192 using BcRecord = std::map<int, Record>; argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| 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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_stacks.h | 41 struct Record { struct 42 … Record(void *etsCurFrame, char const *codeDescr) : etsFrame(etsCurFrame), descr(codeDescr) {} in Record() function
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyRecord.proto | 24 message Record { message
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_global_data.h | 38 void Record(ItemData data) in Record() function 57 void Record(ReviseData::ItemData data) in Record() function
|
| D | snapshot_constantpool_data.cpp | 119 void BaseSnapshotInfo::Record(ItemData &data) in Record() function in panda::ecmascript::kungfu::BaseSnapshotInfo 398 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() function in panda::ecmascript::kungfu::SnapshotConstantPoolData
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | code_info_producer.h | 54 using Record = LLVMStackMap::RecordAccessor; variable
|
| /arkcompiler/runtime_core/static_core/abc2program/tests/ |
| D | abc2program_test.cpp | 379 TEST_F(Abc2ProgramRecordTest, Record) in TEST_F() argument
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|