Home
last modified time | relevance | path

Searched defs:local_name_offset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodule_data_accessor-inl.h31 auto local_name_offset = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&sp)); in EnumerateModuleRecord() local
39 auto local_name_offset = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&sp)); in EnumerateModuleRecord() local
46 auto local_name_offset = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&sp)); in EnumerateModuleRecord() local
/arkcompiler/runtime_core/abc2program/
H A Dabc_module_array_processor.cpp90 FillRegularImportEntry(std::vector<panda::pandasm::LiteralArray::Literal> &literal_vec, uint32_t &request_module_idx, uint32_t &import_name_offset, uint32_t &local_name_offset) FillRegularImportEntry() argument
110 FillNamespaceImportEntry( std::vector<panda::pandasm::LiteralArray::Literal> &literal_vec, uint32_t &request_module_idx, uint32_t &local_name_offset) FillNamespaceImportEntry() argument
126 FillLocalExportEntry(std::vector<panda::pandasm::LiteralArray::Literal> &literal_vec, uint32_t export_name_offset, uint32_t &local_name_offset) FillLocalExportEntry() argument
[all...]

Completed in 2 milliseconds