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

/art/runtime/verifier/
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 14 milliseconds