Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Daot_data.h57 AotData(const File *pfile, Graph *graph, AddressType codeAddr, uint64_t *intfInlineCacheIndex, in AotData()
107 void SetIntfInlineCacheIndex(uint64_t intfInlineCacheIndex) in SetIntfInlineCacheIndex()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1396 uint64_t intfInlineCacheIndex = aotData->GetIntfInlineCacheIndex(); in IntfInlineCachePass() local