• Home
  • Raw
  • Download

Lines Matching defs:const

69MethodIndex index) const  in ResolveMethodIndex()
75 FieldIndex index) const in ResolveFieldIndex()
81 TypeIndex index) const in ResolveTypeIndex()
86 …terface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parent_method, MethodId id) const in GetMethodById()
94 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::GetMethodId(MethodPtr method) const in GetMethodId()
99 …mpiler::RuntimeInterface::IntrinsicId PandaRuntimeInterface::GetIntrinsicId(MethodPtr method) const in GetIntrinsicId()
104 …erface::MethodPtr PandaRuntimeInterface::ResolveVirtualMethod(ClassPtr cls, MethodPtr method) const in ResolveVirtualMethod()
112MethodPtr method) const in ResolveInterfaceMethod()
119 …iler::RuntimeInterface::ClassPtr PandaRuntimeInterface::GetClass(MethodPtr method, IdType id) const in GetClass()
129 compiler::RuntimeInterface::ClassPtr PandaRuntimeInterface::GetStringClass(MethodPtr method) const in GetStringClass()
137 compiler::ClassType PandaRuntimeInterface::GetClassType(MethodPtr method, IdType id) const in GetClassType()
174 bool PandaRuntimeInterface::IsArrayClass(MethodPtr method, IdType id) const in IsArrayClass()
181 compiler::RuntimeInterface::ClassPtr PandaRuntimeInterface::GetArrayElementClass(ClassPtr cls) const in GetArrayElementClass()
188 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr array_cls, ClassPtr str_cls) const in CheckStoreArray()
199 bool PandaRuntimeInterface::IsAssignableFrom(ClassPtr cls1, ClassPtr cls2) const in IsAssignableFrom()
206 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr parent_method, MethodId id) const in IsInterfaceMethod()
215 bool PandaRuntimeInterface::CanThrowException(MethodPtr method) const in CanThrowException()
222 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr method) const in IsInterfaceMethod()
228 bool PandaRuntimeInterface::HasNativeException(MethodPtr method) const in HasNativeException()
236 bool PandaRuntimeInterface::IsMethodExternal(MethodPtr parent_method, MethodPtr callee_method) const in IsMethodExternal()
244 …taType::Type PandaRuntimeInterface::GetMethodReturnType(MethodPtr parent_method, MethodId id) const in GetMethodReturnType()
253 size_t index) const 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()
276 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr method) const in IsMethodStatic()
281 bool PandaRuntimeInterface::IsMethodStaticConstructor(MethodPtr method) const in IsMethodStaticConstructor()
286 bool PandaRuntimeInterface::IsMemoryBarrierRequired(MethodPtr method) const in IsMemoryBarrierRequired()
299 bool PandaRuntimeInterface::IsMethodIntrinsic(MethodPtr parent_method, MethodId id) const in IsMethodIntrinsic()
331 std::string PandaRuntimeInterface::GetBytecodeString(MethodPtr method, uintptr_t pc) const in GetBytecodeString()
385 …:pandasm::LiteralArray PandaRuntimeInterface::GetLiteralArray(MethodPtr m, LiteralArrayId id) const in GetLiteralArray()
444 …meInterface::IdType> PandaRuntimeInterface::FindClassIdInFile(MethodPtr method, ClassPtr cls) const in FindClassIdInFile()
457 …Interface::IdType PandaRuntimeInterface::GetClassIdWithinFile(MethodPtr method, ClassPtr cls) const in GetClassIdWithinFile()
464 PandaRuntimeInterface::MethodPtr method, panda_file::LiteralTag tag) const in GetLiteralArrayClassIdWithinFile()
483 bool PandaRuntimeInterface::CanUseTlabForClass(ClassPtr klass) const in CanUseTlabForClass()
496 size_t id) const in ResolveType()
505 bool PandaRuntimeInterface::IsClassInitialized(uintptr_t klass) const in IsClassInitialized()
510 uintptr_t PandaRuntimeInterface::GetManagedType(uintptr_t klass) const in GetManagedType()
515 compiler::DataType::Type PandaRuntimeInterface::GetFieldType(FieldPtr field) const in GetFieldType()
520 …r::DataType::Type PandaRuntimeInterface::GetFieldTypeById(MethodPtr parent_method, IdType id) const in GetFieldTypeById()
527 RuntimeInterface::ClassPtr PandaRuntimeInterface::GetClassForField(FieldPtr field) const in GetClassForField()
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()
556 size_t PandaRuntimeInterface::GetFieldOffset(FieldPtr field) const in GetFieldOffset()
564 RuntimeInterface::FieldPtr PandaRuntimeInterface::GetFieldByOffset(size_t offset) const in GetFieldByOffset()
570 uintptr_t PandaRuntimeInterface::GetFieldClass(FieldPtr field) const in GetFieldClass()
575 bool PandaRuntimeInterface::IsFieldVolatile(FieldPtr field) const in IsFieldVolatile()
580 bool PandaRuntimeInterface::HasFieldMetadata(FieldPtr field) const in HasFieldMetadata()
596std::string_view operand_name) const in GetBarrierOperand()
601 uint32_t PandaRuntimeInterface::GetFunctionTargetOffset([[maybe_unused]] Arch arch) const in GetFunctionTargetOffset()
607 uint32_t PandaRuntimeInterface::GetNativePointerTargetOffset(Arch arch) const in GetNativePointerTargetOffset()
677 SlotKind kind) const in GetTableSlot()
804 object_pointer_type PandaRuntimeInterface::GetNonMovableString(MethodPtr method, StringId id) const in GetNonMovableString()