Searched refs:is_interface (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dverified_method.cc143 const bool is_interface = inst->Opcode() == Instruction::INVOKE_INTERFACE || local
146 if (!is_interface && !is_virtual) {
182 if (is_interface) {
/art/runtime/
H A Dclass_linker.cc6665 const bool is_interface = klass->IsInterface(); local
6667 const bool fill_tables = !is_interface;
6764 if (super_interface || is_interface) {
7000 DCHECK(!is_interface || (default_methods.empty() && miranda_methods.empty()))
7255 if (kIsDebugBuild && !is_interface) {

Completed in 190 milliseconds