Home
last modified time | relevance | path

Searched refs:FillArgTypePairs (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h178 …virtual bool FillArgTypePairs([[maybe_unused]] std::unordered_map<int32_t, TypeInfoIndex> *map) co… in FillArgTypePairs() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h186 bool FillArgTypePairs(std::unordered_map<int32_t, TypeInfoIndex> *map) const override in FillArgTypePairs() function
Dcodegen.cpp122 if (GetGraph()->GetRuntime()->FillArgTypePairs(&args_types_map)) { in AddTypeInfoIndexForArguments()