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

/art/runtime/verifier/
H A Dmethod_verifier.h579 bool is_range, bool is_super)
H A Dmethod_verifier.cc2188 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || local
2191 is_super);
3255 bool is_super) {
3271 if (is_super) {
3252 VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range, bool is_super) argument

Completed in 50 milliseconds