Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_idx

374             uint32_t method_idx = VRegB_35c();
381 os << "}, " << file->PrettyMethod(method_idx) << " // method@" << method_idx;
388 uint32_t method_idx = VRegB_35c();
395 os << "}, // vtable@" << method_idx;
430 uint32_t method_idx = VRegB_3rc();
432 << file->PrettyMethod(method_idx) << " // method@" << method_idx;
438 uint32_t method_idx = VRegB_3rc();
440 << "// vtable@" << method_idx;
462 uint32_t method_idx = VRegB_45cc();
473 os << ", " << file->PrettyMethod(method_idx) << ", " << file->GetShorty(proto_idx)
478 os << "method@" << method_idx << ", proto@" << proto_idx;
485 uint32_t method_idx = VRegB_4rcc();
488 << "}, " << file->PrettyMethod(method_idx) << ", " << file->GetShorty(proto_idx)
489 << " // method@" << method_idx << ", proto@" << proto_idx;
495 uint32_t method_idx = VRegB_4rcc();
498 << "}, method@" << method_idx << ", proto@" << proto_idx;