Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc642 MoveConstant(invoke->GetLocations()->GetTemp(0), invoke->GetCallSiteIndex()); in GenerateInvokeCustomCall()
Dnodes.h4553 uint32_t GetCallSiteIndex() const { return call_site_index_; } in GetCallSiteIndex() function