Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc1632 void CompilerDriver::GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType sharp_type, in GetCodeAndMethodForDirectCall() argument
1655 if (sharp_type != kStatic && sharp_type != kDirect) { in GetCodeAndMethodForDirectCall()
1732 *type = sharp_type; in GetCodeAndMethodForDirectCall()
1750 *type = sharp_type; in GetCodeAndMethodForDirectCall()
1757 *type = sharp_type; in GetCodeAndMethodForDirectCall()
Dcompiler_driver.h542 InvokeType sharp_type,