Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.h160 std::vector<CodeData> codeDatas_; variable
Dlinker_context.cpp268 codeDatas_.push_back(CodeData {instructions, oi, ni, reader, patchLnp}); in MergeMethod()
711 for (auto &codeData : codeDatas_) { in Parse()