Searched refs:GetNonMovableString (Results 1 – 6 of 6) sorted by relevance
89 coretypes::String *PandaVM::GetNonMovableString(const panda_file::File &pf, panda_file::File::Entit… in GetNonMovableString() function in ark::PandaVM
954 ObjectPointerType PandaRuntimeInterface::GetNonMovableString(MethodPtr method, StringId id) const in GetNonMovableString() function in ark::PandaRuntimeInterface958 return ToObjPtrType(vm->GetNonMovableString(*pf, panda_file::File::EntityId {id})); in GetNonMovableString()
404 ObjectPointerType GetNonMovableString(MethodPtr method, StringId id) const override;
171 …virtual coretypes::String *GetNonMovableString(const panda_file::File &pf, panda_file::File::Entit…
735 …virtual ObjectPointerType GetNonMovableString([[maybe_unused]] MethodPtr method, [[maybe_unused]] … in GetNonMovableString() function
873 ObjectPointerType stringPtr = graph->GetRuntime()->GetNonMovableString(method, stringType); in VisitLoadString()