Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h457 virtual const TypePatchInformation* AsType() const { in AsType() function
578 const TypePatchInformation* AsType() const { in AsType() function
608 const TypePatchInformation* AsType() const { in AsType() function
/art/compiler/
Delf_patcher.cc164 const CompilerDriver::TypePatchInformation* tpatch = patch->AsType(); in SetPatchLocation()