• Home
  • Raw
  • Download

Lines Matching defs:method

119 compiler::RuntimeInterface::ClassPtr PandaRuntimeInterface::GetClass(MethodPtr method, IdType id) c…  in GetClass()
137 compiler::ClassType PandaRuntimeInterface::GetClassType(MethodPtr method, IdType id) const in GetClassType()
174 bool PandaRuntimeInterface::IsArrayClass(MethodPtr method, IdType id) const in IsArrayClass()
210 auto method = Runtime::GetCurrent()->GetClassLinker()->GetMethod(*MethodCast(parent_method), in IsInterfaceMethod() local
319 auto *method = klass->GetDirectMethod(name.data, proto); in IsMethodIntrinsic() local
331 std::string PandaRuntimeInterface::GetBytecodeString(MethodPtr method, uintptr_t pc) const in GetBytecodeString()
345 auto method = MethodCast(m); in ResolveField() local
387 auto method = MethodCast(m); in GetLiteralArray() local
444 std::optional<RuntimeInterface::IdType> PandaRuntimeInterface::FindClassIdInFile(MethodPtr method, … in FindClassIdInFile()
457 RuntimeInterface::IdType PandaRuntimeInterface::GetClassIdWithinFile(MethodPtr method, ClassPtr cls… in GetClassIdWithinFile()
464 PandaRuntimeInterface::MethodPtr method, panda_file::LiteralTag tag) const in GetLiteralArrayClassIdWithinFile()
495 …timeInterface::ClassPtr PandaRuntimeInterface::ResolveType(PandaRuntimeInterface::MethodPtr method, in ResolveType()
532 uint32_t PandaRuntimeInterface::GetArrayElementSize(MethodPtr method, IdType id) const in GetArrayElementSize()
542 uintptr_t PandaRuntimeInterface::GetPointerToConstArrayData(MethodPtr method, IdType id) const in GetPointerToConstArrayData()
548 size_t PandaRuntimeInterface::GetOffsetToConstArrayData(MethodPtr method, IdType id) const in GetOffsetToConstArrayData()
638 auto method = static_cast<Method *>(m); in GetClasses() local
661 bool UnresolvedTypesWrapper::AddTableSlot(RuntimeInterface::MethodPtr method, uint32_t type_id, Slo… in AddTableSlot()
676 uintptr_t UnresolvedTypesWrapper::GetTableSlot(RuntimeInterface::MethodPtr method, uint32_t type_id, in GetTableSlot()
685 bool Compiler::CompileMethod(Method *method, uintptr_t bytecode_offset, bool osr) in CompileMethod()
720 auto method = ctx.GetMethod(); in CompileMethodLocked() local
770 auto method = ctx.GetMethod(); in CompileMethodSync() local
804 object_pointer_type PandaRuntimeInterface::GetNonMovableString(MethodPtr method, StringId id) const in GetNonMovableString()