Home
last modified time | relevance | path

Searched defs:got_virt_indexes_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.h147 std::map<std::pair<const panda_file::File *, uint32_t>, int32_t> got_virt_indexes_; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Daot_data.h118 std::map<std::pair<const File *, uint32_t>, int32_t> *got_virt_indexes_; variable