Searched refs:name_off_ (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ | ||
H A D | field_data_accessor.h | 56 return File::EntityId(name_off_); in GetNameId() 181 uint32_t name_off_; member in panda::panda_file::FieldDataAccessor |
H A D | method_data_accessor.cpp | 33 name_off_ = helpers::Read<ID_SIZE>(&sp); in MethodDataAccessor() |
H A D | method_data_accessor.h | 101 return File::EntityId(name_off_); in GetNameId() 211 uint32_t name_off_; member in panda::panda_file::MethodDataAccessor |
H A D | field_data_accessor.cpp | 33 name_off_ = helpers::Read<ID_SIZE>(&sp); in FieldDataAccessor() |
Completed in 2 milliseconds