Searched defs:ni (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.h | 214 T *ni; member
|
H A D | linker_context.cpp | 167 auto ni = static_cast<panda_file::ClassItem *>(cm[name]); in FillRegularClasses() local 174 void Context::MergeClass(const panda_file::FileReader *reader, panda_file::ClassItem *ni, panda_file::ClassItem *oi) in MergeClass() argument 204 auto ni = clz->AddField(StringFromOld(oi->GetNameItem()), TypeFromOld(oi->GetTypeItem()), oi->GetAccessFlags()); MergeField() local 225 auto *ni = clz->AddMethod(StringFromOld(oi->GetNameItem()), proto, oi->GetAccessFlags(), params); MergeMethod() local 269 UpdateDebugInfo(panda_file::MethodItem *ni, panda_file::MethodItem *oi) UpdateDebugInfo() argument 301 CreateTryBlocks(panda_file::MethodItem *ni, panda_file::CodeItem *nci, [[maybe_unused]] panda_file::MethodItem *oi, panda_file::CodeItem *oci) CreateTryBlocks() argument [all...] |
Completed in 2 milliseconds