Lines Matching defs:parent_method
68 …iler::RuntimeInterface::MethodId PandaRuntimeInterface::ResolveMethodIndex(MethodPtr parent_method, in ResolveMethodIndex()
74 …mpiler::RuntimeInterface::FieldId PandaRuntimeInterface::ResolveFieldIndex(MethodPtr parent_method, in ResolveFieldIndex()
80 compiler::RuntimeInterface::IdType PandaRuntimeInterface::ResolveTypeIndex(MethodPtr parent_method, in ResolveTypeIndex()
86 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parent_method,… in GetMethodById()
206 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr parent_method, MethodId id) const in IsInterfaceMethod()
236 bool PandaRuntimeInterface::IsMethodExternal(MethodPtr parent_method, MethodPtr callee_method) const in IsMethodExternal()
244 compiler::DataType::Type PandaRuntimeInterface::GetMethodReturnType(MethodPtr parent_method, Method… in GetMethodReturnType()
252 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parent_method, Meth… in GetMethodArgumentType()
261 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parent_method, MethodId id) const in GetMethodArgumentsCount()
269 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr parent_method, MethodId id) const in IsMethodStatic()
299 bool PandaRuntimeInterface::IsMethodIntrinsic(MethodPtr parent_method, MethodId id) const in IsMethodIntrinsic()
520 compiler::DataType::Type PandaRuntimeInterface::GetFieldTypeById(MethodPtr parent_method, IdType id… in GetFieldTypeById()