Searched defs:oi (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.h | 215 T *oi; member [all...] |
H A D | linker_context.cpp | 168 auto oi = static_cast<panda_file::ClassItem *>(i); in FillRegularClasses() local 174 void Context::MergeClass(const panda_file::FileReader *reader, panda_file::ClassItem *ni, panda_file::ClassItem *oi) in MergeClass() argument 202 MergeField(const panda_file::FileReader *reader, panda_file::ClassItem *clz, panda_file::FieldItem *oi) MergeField() argument 221 MergeMethod(const panda_file::FileReader *reader, panda_file::ClassItem *clz, panda_file::MethodItem *oi) MergeMethod() argument 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 678 ArrayValueFromOld(panda_file::ValueItem *oi) ArrayValueFromOld() argument 694 ValueFromOld(panda_file::ValueItem *oi) ValueFromOld() argument 755 ScalarValueIdFromOld(panda_file::BaseItem *oi) ScalarValueIdFromOld() argument [all...] |
Completed in 2 milliseconds