Home
last modified time | relevance | path

Searched defs:fileData (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_snapshot.cpp37 std::unique_ptr<SerializeData> fileData = GetSerializeData(thread); in SerializeDataAndPostSavingJob() local
55 std::unique_ptr<SerializeData> fileData = std::make_unique<SerializeData>(thread); in DeserializeData() local
143 std::unique_ptr<SerializeData> fileData = serializer.Release(); in GetSerializeData() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/
Daotcompilerservice_unit.cpp158 std::vector<int16_t> fileData; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker.h108 for (const auto &fileData : pandaFiles_) { variable
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp226 std::string fileData = generator_->GetSampleData(); in StopCpuProfilerForFile() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp252 Span fileData(file->GetBase(), header->file_size); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp311 const ProfileLineData &fileData = it.second; in Save() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h846 MIRDataVector fileData; variable