Lines Matching full:getmethod
76 Method *StackWalker::GetMethod() in GetMethod() function in panda::StackWalker
80 return GetIFrame()->GetMethod(); in GetMethod()
86 auto method_variant = code_info_.GetMethod(stackmap_, inline_depth_); in GetMethod()
88 return Runtime::GetCurrent()->GetClassLinker()->GetMethod( in GetMethod()
89 … *cframe.GetMethod(), panda_file::File::EntityId(std::get<uint32_t>(method_variant))); in GetMethod()
94 return cframe.GetMethod(); in GetMethod()
120 code_entry = Thread::GetCurrent()->GetVM()->GetCompiler()->GetOsrCode(cframe.GetMethod()); in CreateCFrame()
126 code_entry = cframe.GetMethod()->GetCompiledEntryPoint(); in CreateCFrame()
141 … << cframe.GetMethod()->GetFullName() << ": npc=0x" << std::hex << npc << ", code=[" in CreateCFrame()
551 auto method = GetMethod(); in ConvertToIFrame()
611 return GetMethod()->GetClass() == nullptr || in IsDynamicMethod()
612 …anda_file::IsDynamicLanguage(Runtime::GetCurrent()->GetLanguageContext(*GetMethod()).GetLanguage()… in IsDynamicMethod()
619 ASSERT(GetMethod() != nullptr); in Verify()
753 os << (IsDynamicMethod() ? "[dynamic function]" : GetMethod()->GetFullName()); in DumpFrame()