Home
last modified time | relevance | path

Searched refs:SetMethodCodeIfPresent (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.h90 void SetMethodCodeIfPresent(std::optional<File::EntityId> &codeId, MethodItem *methodItem,
Dfile_reader.cpp605 void FileReader::SetMethodCodeIfPresent(std::optional<File::EntityId> &codeId, MethodItem *methodIt… in SetMethodCodeIfPresent() function in ark::panda_file::FileReader
701 SetMethodCodeIfPresent(codeId, methodItem, methodId); in CreateMethodItem()