Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Daot_data.h57 … AotData(const File *pfile, Graph *graph, AddressType code_addr, uint64_t *intf_inline_cache_index, in AotData()
99 void SetIntfInlineCacheIndex(uint64_t intf_inline_cache_index) in SetIntfInlineCacheIndex()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1808 uint64_t intf_inline_cache_index = aot_data->GetIntfInlineCacheIndex(); in IntfInlineCachePass() local