Lines Matching refs:MethodItem
50 using panda::panda_file::MethodItem;
200 auto method_item = static_cast<panda::panda_file::MethodItem *>(Find(entities.method_items, name));
518 static bool AddDependencyByIndex(MethodItem *method, const Ins &insn,
533 static bool AddBytecodeIndexDependencies(MethodItem *method, const Function &func,
1150 void AsmEmitter::SetCodeAndDebugInfo(ItemContainer *items, MethodItem *method, const Function &func,
1181 const AsmEmitter::AsmEntityCollections &entities, MethodItem *method,
1222 auto *method = static_cast<MethodItem *>(Find(entities.method_items, name));
1264 const MethodItem *method, const Function &func, const std::string &name,
1307 auto *method = static_cast<MethodItem *>(Find(entities.method_items, name));
1592 bool Function::Emit(BytecodeEmitter &emitter, panda_file::MethodItem *method,
1831 MethodItem *method, const std::unordered_map<std::string, BaseClassItem *> &class_items,